java.text
Class RuleBasedCollator.CollationSorter

java.lang.Object
java.text.RuleBasedCollator.CollationSorter
- Enclosing class:
- RuleBasedCollator
- static final class RuleBasedCollator.CollationSorter
- extends java.lang.Object
Basic collation instruction (internal format) to build the series of
collation elements. It contains an instruction which specifies the new
state of the generator. The sequence of instruction should not contain
RESET (it is used by
RuleBasedCollator.mergeRules(int,java.lang.String,java.util.ArrayList,java.util.ArrayList) 55 )
as a temporary state while merging two sets of instructions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GREATERP
static final int GREATERP
- See Also:
- Constant Field Values
GREATERS
static final int GREATERS
- See Also:
- Constant Field Values
GREATERT
static final int GREATERT
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
RESET
static final int RESET
- See Also:
- Constant Field Values
INVERSE_SECONDARY
static final int INVERSE_SECONDARY
- See Also:
- Constant Field Values
comparisonType
int comparisonType
textElement
java.lang.String textElement
hashText
int hashText
offset
int offset
ignore
boolean ignore
expansionOrdering
java.lang.String expansionOrdering
RuleBasedCollator.CollationSorter
RuleBasedCollator.CollationSorter()