Uses of Class
com.ibm.icu.text.CollationKey
-
Packages that use CollationKey Package Description com.ibm.icu.dev.test.perf com.ibm.icu.impl.jdkadapter com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of CollationKey in com.ibm.icu.dev.test.perf
Methods in com.ibm.icu.dev.test.perf with parameters of type CollationKey Modifier and Type Method Description (package private) int
CollationPerformanceTest. compare(CollationKey source, CollationKey target)
-
Uses of CollationKey in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as CollationKey Modifier and Type Field Description private CollationKey
CollationKeyICU. fIcuCollKey
Methods in com.ibm.icu.impl.jdkadapter that return CollationKey Modifier and Type Method Description CollationKey
CollationKeyICU. unwrap()
Methods in com.ibm.icu.impl.jdkadapter with parameters of type CollationKey Modifier and Type Method Description static java.text.CollationKey
CollationKeyICU. wrap(CollationKey icuCollKey)
Constructors in com.ibm.icu.impl.jdkadapter with parameters of type CollationKey Constructor Description CollationKeyICU(CollationKey icuCollKey)
-
Uses of CollationKey in com.ibm.icu.text
Methods in com.ibm.icu.text that return CollationKey Modifier and Type Method Description CollationKey
CollationKey. getBound(int boundType, int noOfLevels)
Produces a bound for the sort order of a given collation key and a strength level.abstract CollationKey
Collator. getCollationKey(java.lang.String source)
Transforms the String into a CollationKey suitable for efficient repeated comparison.CollationKey
RuleBasedCollator. getCollationKey(java.lang.String source)
Get a Collation key for the argument String source from this RuleBasedCollator.private CollationKey
RuleBasedCollator. getCollationKey(java.lang.String source, RuleBasedCollator.CollationBuffer buffer)
CollationKey
CollationKey. merge(CollationKey source)
Merges this CollationKey with another.Methods in com.ibm.icu.text with parameters of type CollationKey Modifier and Type Method Description int
CollationKey. compareTo(CollationKey target)
Compare this CollationKey to another CollationKey.boolean
CollationKey. equals(CollationKey target)
Compare this CollationKey and the argument target CollationKey for equality.CollationKey
CollationKey. merge(CollationKey source)
Merges this CollationKey with another.
-