Uses of Class
com.ibm.icu.text.Collator
Packages that use Collator
-
Uses of Collator in com.ibm.icu.text
Subclasses of Collator in com.ibm.icu.textModifier and TypeClassDescriptionfinal classRuleBasedCollator is a concrete subclass of Collator.Classes in com.ibm.icu.text that implement interfaces with type arguments of type CollatorFields in com.ibm.icu.text declared as CollatorModifier and TypeFieldDescriptionprivate final CollatorAlphabeticIndex.ImmutableIndex.collatorPrimaryOnlyMethods in com.ibm.icu.text that return CollatorModifier and TypeMethodDescriptionCollator.clone()Clones the collator.Collator.cloneAsThawed()Provides for the clone operation.Collator.CollatorFactory.createCollator(ULocale loc) Return an instance of the appropriate collator.Collator.CollatorFactory.createCollator(Locale loc) Return an instance of the appropriate collator.Collator.freeze()Freezes the collator.RuleBasedCollator.freeze()Freezes the collator.static final CollatorCollator.getInstance()Returns the Collator for the current default locale.static final CollatorCollator.getInstance(ULocale locale) Returns the Collator for the desired locale.static final CollatorCollator.getInstance(Locale locale) Returns the Collator for the desired locale.(package private) abstract CollatorCollator.ServiceShim.getInstance(ULocale l) (package private) CollatorCollatorServiceShim.getInstance(ULocale locale) private static final CollatorCollatorServiceShim.makeInstance(ULocale desiredLocale) Collator.setMaxVariable(int group) Sets the variable top to the top of the specified reordering group.Collator.setStrength2(int newStrength) Deprecated.This API is ICU internal only.Methods in com.ibm.icu.text with parameters of type CollatorModifier and TypeMethodDescriptionprivate intAlphabeticIndex.BucketList.getBucketIndex(CharSequence name, Collator collatorPrimaryOnly) static final ObjectCollator.registerInstance(Collator collator, ULocale locale) Registers a collator as the default collator for the provided locale.(package private) abstract ObjectCollator.ServiceShim.registerInstance(Collator c, ULocale l) (package private) ObjectCollatorServiceShim.registerInstance(Collator collator, ULocale locale) private static voidCollator.setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) Sets collation attributes according to locale keywords.Constructors in com.ibm.icu.text with parameters of type CollatorModifierConstructorDescriptionprivateImmutableIndex(AlphabeticIndex.BucketList<V> bucketList, Collator collatorPrimaryOnly) -
Uses of Collator in com.ibm.icu.util
Fields in com.ibm.icu.util declared as CollatorMethods in com.ibm.icu.util that return CollatorModifier and TypeMethodDescriptionGlobalizationPreferences.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 CollatorModifier and TypeMethodDescriptionGlobalizationPreferences.setCollator(Collator collator) Explicitly set the collator for this object.