Uses of Class
com.ibm.icu.text.RawCollationKey
-
Packages that use RawCollationKey Package Description com.ibm.icu.text -
-
Uses of RawCollationKey in com.ibm.icu.text
Methods in com.ibm.icu.text that return RawCollationKey Modifier and Type Method Description abstract RawCollationKeyCollator. getRawCollationKey(String source, RawCollationKey key)[icu] Returns the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.RawCollationKeyRuleBasedCollator. getRawCollationKey(String source, RawCollationKey key)Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.Methods in com.ibm.icu.text with parameters of type RawCollationKey Modifier and Type Method Description intRawCollationKey. compareTo(RawCollationKey rhs)Compare this RawCollationKey to another, which must not be null.abstract RawCollationKeyCollator. getRawCollationKey(String source, RawCollationKey key)[icu] Returns the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.RawCollationKeyRuleBasedCollator. getRawCollationKey(String source, RawCollationKey key)Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.Constructors in com.ibm.icu.text with parameters of type RawCollationKey Constructor Description CollationKey(String source, RawCollationKey key)CollationKey constructor that forces key to release its internal byte array for adoption. key will have a null byte array after this construction.
-