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

Packages that use Collator
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 Collator in com.ibm.icu.text
 

Subclasses of Collator in com.ibm.icu.text
 class RuleBasedCollator
          RuleBasedCollator is a concrete subclass of Collator.
 

Methods in com.ibm.icu.text that return Collator
static Collator Collator.getInstance()
          Gets the Collator for the current default locale.
static Collator Collator.getInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Collator Collator.getInstance(Locale locale)
          Gets the Collator for the desired locale.
 Collator Collator.CollatorFactory.createCollator(ULocale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
 Collator Collator.CollatorFactory.createCollator(Locale loc)
          Return an instance of the appropriate collator.
 

Methods in com.ibm.icu.text with parameters of type Collator
static Object Collator.registerInstance(Collator collator, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.