Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.text
Class RuleBasedCollator.CollationSorter  view RuleBasedCollator.CollationSorter download RuleBasedCollator.CollationSorter.java

java.lang.Object
  extended byjava.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.


Field Summary
(package private)  int comparisonType
           
(package private) static int EQUAL
           
(package private)  java.lang.String expansionOrdering
           
(package private) static int GREATERP
           
(package private) static int GREATERS
           
(package private) static int GREATERT
           
(package private)  int hashText
           
(package private)  boolean ignore
           
(package private) static int INVERSE_SECONDARY
           
(package private)  int offset
           
(package private) static int RESET
           
(package private)  java.lang.String textElement
           
 
Constructor Summary
(package private) RuleBasedCollator.CollationSorter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RuleBasedCollator.CollationSorter

RuleBasedCollator.CollationSorter()