org.freecompany.util.text
public interface UnicodeSequence extends CharSequence
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.
|
Parameters: index the index of the code point to decode and return.
Returns: the code point at the selected index.
Returns: the number of code points.