|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface UnicodeSequence
| Method Summary | |
|---|---|
int |
codePointAt(int index)
Decodes the code point at the specified index in this sequence. |
int |
codePointCount()
Returns a count of the total number of Unicode code points in this character sequence. |
| Methods inherited from interface java.lang.CharSequence |
|---|
charAt, length, subSequence, toString |
| Method Detail |
|---|
int codePointCount()
int codePointAt(int index)
codePointCount(). If this sequence is zero length
this method will always fail.
index - the index of the code point to decode and return.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||