Uses of Class
com.ibm.icu.text.Collator
-
Packages that use Collator 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.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of Collator in com.ibm.icu.text
Subclasses of Collator in com.ibm.icu.text Modifier and Type Class Description classRuleBasedCollatorRuleBasedCollator is a concrete subclass of Collator.Methods in com.ibm.icu.text that return Collator Modifier and Type Method Description CollatorCollator. clone()Clones the collator.CollatorCollator. cloneAsThawed()Provides for the clone operation.CollatorCollator.CollatorFactory. createCollator(ULocale loc)Return an instance of the appropriate collator.CollatorCollator.CollatorFactory. createCollator(Locale loc)Return an instance of the appropriate collator.CollatorCollator. freeze()Freezes the collator.CollatorRuleBasedCollator. freeze()Freezes the collator.static CollatorCollator. getInstance()Returns the Collator for the current default locale.static CollatorCollator. getInstance(ULocale locale)[icu] Returns the Collator for the desired locale.static CollatorCollator. getInstance(Locale locale)Returns the Collator for the desired locale.CollatorCollator. setMaxVariable(int group)[icu] Sets the variable top to the top of the specified reordering group.CollatorCollator. setStrength2(int newStrength)Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text with parameters of type Collator Modifier and Type Method Description static ObjectCollator. registerInstance(Collator collator, ULocale locale)[icu] Registers a collator as the default collator for the provided locale. -
Uses of Collator in com.ibm.icu.util
Methods in com.ibm.icu.util that return Collator Modifier and Type Method Description CollatorGlobalizationPreferences. getCollator()Get a copy of the collator according to the settings.protected CollatorGlobalizationPreferences. guessCollator()This function can be overridden by subclasses to use different heuristics.Methods in com.ibm.icu.util with parameters of type Collator Modifier and Type Method Description GlobalizationPreferencesGlobalizationPreferences. setCollator(Collator collator)Explicitly set the collator for this object.
-