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