Java java.text CollationElementIterator fields, constructors, methods, implement or subclass

Example usage for Java java.text CollationElementIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.text CollationElementIterator.

The text is from its open source code.

Field

intNULLORDER
Null order which indicates the end of string is reached by the cursor.

Method

intgetOffset()
Returns the character offset in the original text corresponding to the next collation element.
intnext()
Get the next collation element in the string.
voidreset()
Resets the cursor to the beginning of the string.