Constructors
Name | Description |
---|---|
RuleBasedCollator(String) | RuleBasedCollator constructor. |
Methods
Name | Description |
---|---|
clone() | Standard override; no change in semantics. |
compare(String, String) | Compares the character data stored in two different strings based on the collation rules. |
equals(Object) | Compares the equality of two collation objects. |
getCollationElementIterator(String) | Return a CollationElementIterator for the given String. |
getCollationKey(String) | Transforms the string into a series of characters that can be compared with CollationKey.compareTo. |
getRules() | Gets the table-based rules for the collation object. |
hashCode() | Generates the hash code for the table-based collation object |