public interface CharSequence
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString()
Default String representation: overriden by many classes.
|
int length()
char charAt(int index)
CharSequence subSequence(int start, int end)