Example usage for Java java.text CollationElementIterator fields, constructors, methods, implement or subclass
The text is from its open source code.
int | NULLORDER Null order which indicates the end of string is reached by the cursor. |
int | getOffset() Returns the character offset in the original text corresponding to the next collation element. |
int | next() Get the next collation element in the string. |
void | reset() Resets the cursor to the beginning of the string. |