|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharSeq
Subset of functionality of CharSequence present in JDK1.4.
Method Summary | |
---|---|
char |
charAt(int index)
Returns the character at the specified index. |
int |
length()
Returns the length of this character sequence. |
Method Detail |
---|
int length()
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()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |