|
Build 1.0_r1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CharSequence
The CharSequence interface represents an ordered set of characters and the functions to probe them.
| Method Summary | |
|---|---|
char |
charAt(int i)
|
int |
length()
Returns the number of characters in the sequence. |
CharSequence |
subSequence(int i,
int j)
|
String |
toString()
Returns a String with the same characters and ordering of this CharSequence |
| Method Detail |
|---|
int length()
char charAt(int i)
CharSequence subSequence(int i,
int j)
String toString()
toString in class Object
|
Build 1.0_r1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||