Interface CharSequence

public interface CharSequence

// Implemented by StringBuffer, String
Abstracts the notion of a sequence of characters.

Methods

charAt(int)
length()
subSequence(int, int)
toString()