|
|
java > java.text > java.text.collationelementiterator >
Class: java.text.CollationElementIterator java.lang.Object java.text.CollationElementIterator
public final class CollationElementIterator extends Object
FIELDS:
public static final int NULLORDER : -1 |
|
|
|
CONSTRUCTORS:
METHODS:
| | | | public | int | getMaxExpansion(int order) |
| | public | int | getOffset() |
| | public | int | next() |
| | public | int | previous() |
| | public static final | int | primaryOrder(int order) |
| | public | void | reset() |
| | public static final | short | secondaryOrder(int order) |
| | public | void | setOffset(int newOffset) |
| | public | void | setText(String source) |
| | public | void | setText(CharacterIterator source) |
| | public static final | short | tertiaryOrder(int order) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|