Uses of Class
com.ibm.icu.text.RawCollationKey

Packages that use RawCollationKey
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
 

Methods in com.ibm.icu.text that return RawCollationKey
abstract  RawCollationKey Collator.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.
 RawCollationKey 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 RawCollationKey
abstract  RawCollationKey Collator.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.
 RawCollationKey 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 RawCollationKey
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.
 



Copyright (c) 2009 IBM Corporation and others.