Uses of Class
java.text.CollationKey
| Package | Description |
|---|---|
| java.text | |
| libcore.icu |
-
Uses of CollationKey in java.text
Methods in java.text that return CollationKey Modifier and Type Method Description abstract CollationKeyCollator. getCollationKey(String string)Returns aCollationKeyfor the specified string for this collator with the current decomposition rule and strength value.CollationKeyRuleBasedCollator. getCollationKey(String source)Returns theCollationKeyfor the given source text.Methods in java.text with parameters of type CollationKey Modifier and Type Method Description abstract intCollationKey. compareTo(CollationKey value)Compares this collation key to the given collation key. -
Uses of CollationKey in libcore.icu
Subclasses of CollationKey in libcore.icu Modifier and Type Class Description classCollationKeyICUA concrete implementation of the abstract java.text.CollationKey.Methods in libcore.icu that return CollationKey Modifier and Type Method Description CollationKeyRuleBasedCollatorICU. getCollationKey(String source)Methods in libcore.icu with parameters of type CollationKey Modifier and Type Method Description intCollationKeyICU. compareTo(CollationKey other)