Generated by
JDiff

Class java.text.CollationElementIterator

Documentation changed from old to new.

Changed Methods
int getOffset() Documentation changed from old to new.
Returns the character offset in the original text corresponding to the next collation element.
int next() Documentation changed from old to new.
Get the next collation element in the string.
int previous() Documentation changed from old to new.
Get the previous collation element in the string.
int primaryOrder(int) Documentation changed from old to new.
Return the primary component of a collation element.
void reset() Documentation changed from old to new.
Resets the cursor to the beginning of the string.
short secondaryOrder(int) Documentation changed from old to new.
Return the secondary component of a collation element.
void setOffset(int) Documentation changed from old to new.
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string not an offset into its corresponding sequence of collation elements).
short tertiaryOrder(int) Documentation changed from old to new.
Return the tertiary component of a collation element.