Example usage for Java java.text RuleBasedCollator fields, constructors, methods, implement or subclass
The text is from its open source code.
RuleBasedCollator(String rules) RuleBasedCollator constructor. | |
RuleBasedCollator(RuleBasedCollator that) "Copy constructor." |
int | compare(String source, String target) Compares the character data stored in two different strings based on the collation rules. |
CollationElementIterator | getCollationElementIterator(String source) Returns a CollationElementIterator for the given String. |
CollationElementIterator | getCollationElementIterator(CharacterIterator source) Returns a CollationElementIterator for the given CharacterIterator. |
CollationKey | getCollationKey(String source) Transforms the string into a series of characters that can be compared with CollationKey.compareTo. |
String | getRules() Gets the table-based rules for the collation object. |
void | setStrength(int newStrength) Sets this Collator's strength property. |