Uses of Class
com.ibm.icu.text.RawCollationKey
Packages that use RawCollationKey
-
Uses of RawCollationKey in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RawCollationKeyModifier and TypeFieldDescriptionprivate RawCollationKey
RuleBasedCollator.CollationKeyByteSink.key_
(package private) RawCollationKey
RuleBasedCollator.CollationBuffer.rawCollationKey
Methods in com.ibm.icu.text that return RawCollationKeyModifier and TypeMethodDescriptionabstract RawCollationKey
Collator.getRawCollationKey
(String source, RawCollationKey key) 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.private RawCollationKey
RuleBasedCollator.getRawCollationKey
(CharSequence source, RawCollationKey key, RuleBasedCollator.CollationBuffer buffer) RuleBasedCollator.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 RawCollationKeyModifier and TypeMethodDescriptionint
RawCollationKey.compareTo
(RawCollationKey rhs) Compare this RawCollationKey to another, which must not be null.abstract RawCollationKey
Collator.getRawCollationKey
(String source, RawCollationKey key) 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.private RawCollationKey
RuleBasedCollator.getRawCollationKey
(CharSequence source, RawCollationKey key, RuleBasedCollator.CollationBuffer buffer) RuleBasedCollator.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 RawCollationKeyModifierConstructorDescriptionCollationKey
(String source, RawCollationKey key) CollationKey constructor that forces key to release its internal byte array for adoption.(package private)