Uses of Class
com.ibm.icu.text.CollationKey
Packages that use CollationKey
-
Uses of CollationKey in com.ibm.icu.text
Classes in com.ibm.icu.text that implement interfaces with type arguments of type CollationKeyModifier and TypeClassDescriptionfinal classACollationKeyrepresents aStringunder the rules of a specificCollatorobject.Methods in com.ibm.icu.text that return CollationKeyModifier and TypeMethodDescriptionCollationKey.getBound(int boundType, int noOfLevels) Produces a bound for the sort order of a given collation key and a strength level.abstract CollationKeyCollator.getCollationKey(String source) Transforms the String into a CollationKey suitable for efficient repeated comparison.RuleBasedCollator.getCollationKey(String source) Get a Collation key for the argument String source from this RuleBasedCollator.private CollationKeyRuleBasedCollator.getCollationKey(String source, RuleBasedCollator.CollationBuffer buffer) CollationKey.merge(CollationKey source) Merges this CollationKey with another.Methods in com.ibm.icu.text with parameters of type CollationKeyModifier and TypeMethodDescriptionintCollationKey.compareTo(CollationKey target) Compare this CollationKey to another CollationKey.booleanCollationKey.equals(CollationKey target) Compare this CollationKey and the argument target CollationKey for equality.CollationKey.merge(CollationKey source) Merges this CollationKey with another.