|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Untamed:
| Method Summary | |
char |
charAt(int index)
Enabled: Returns the character at the specified index. |
int |
length()
Enabled: Returns the length of this character sequence. |
CharSequence |
subSequence(int start,
int end)
Enabled: Returns a new character sequence that is a subsequence of this sequence. |
String |
toString()
Suppressed: Returns a string containing the characters in this sequence in the same order as this sequence. |
| Method Detail |
public int length()
public char charAt(int index)
index - the index of the character to be returned
IndexOutOfBoundsException - if the index argument is negative or not less than
length()
public CharSequence subSequence(int start,
int end)
start - the start index, inclusiveend - the end index, exclusive
IndexOutOfBoundsException - if start or end are negative,
if end is greater than length(),
or if start is greater than endpublic String toString()
toString in class Object
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||