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

Quick Search    Search Deep

Uses of Class
java.text.RuleBasedCollator.CollationElement

Uses of RuleBasedCollator.CollationElement in java.text
 

Fields in java.text declared as RuleBasedCollator.CollationElement
(package private) static RuleBasedCollator.CollationElement RuleBasedCollator.SPECIAL_UNKNOWN_SEQ
          This collation element is special to unknown sequence.
private  RuleBasedCollator.CollationElement[] CollationElementIterator.text_decomposition
          Array containing the collation decomposition of the text given to the constructor.
 

Methods in java.text that return RuleBasedCollator.CollationElement
(package private)  RuleBasedCollator.CollationElement RuleBasedCollator.getDefaultElement(char c)
          This method builds a default collation element without invoking the database created from the rules passed to the constructor.
(package private)  RuleBasedCollator.CollationElement RuleBasedCollator.getDefaultAccentedElement(char c)
          This method builds a default collation element for an accented character without invoking the database created from the rules passed to the constructor.
(package private)  RuleBasedCollator.CollationElement CollationElementIterator.nextBlock()
           
(package private)  RuleBasedCollator.CollationElement CollationElementIterator.previousBlock()