The methods of Java.Text.CollationElementIterator are listed below. For a list of all members, see the CollationElementIterator Members list.
See Also: Inherited members from Java.Lang.Object
| GetMaxExpansion(int) Returns the maximum length of any expansion sequence that ends with the specified collation element. | ||
| Next() Returns the next collation element in the source string or NULLORDER if the end of the iteration has been reached. | ||
| Previous() Returns the previous collation element in the source string or NULLORDER if the start of the iteration has been reached. | ||
| static  | PrimaryOrder(int) Returns the primary order of the specified collation element, i.e. the first 16 bits. | |
| Reset() Repositions the cursor to point at the first element of the current string. | ||
| static  | SecondaryOrder(int) Returns the secondary order of the specified collation element, i.e. the 16th to 23th bits, inclusive. | |
| SetText(ICharacterIterator) Sets a new source string iterator for iteration, and resets the offset to the beginning of the text. | ||
| SetText(string) Sets a new source string for iteration, and resets the offset to the beginning of the text. | ||
| static  | TertiaryOrder(int) Returns the tertiary order of the specified collation element, i.e. the last 8 bits. | |