public interface CharSequence
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString()
Return a String representation of this object.
|
char charAt(int index)
CharSequence subSequence(int start, int end)
String toString()
Object
int length()