Uses of Class
com.ibm.icu.text.Collator
Packages that use Collator
Package
Description
-
Uses of Collator in com.ibm.icu.dev.test.perf
Fields in com.ibm.icu.dev.test.perf declared as CollatorModifier and TypeFieldDescription(package private) static Collator
CollationPerformanceTest.icuCol
Methods in com.ibm.icu.dev.test.perf with parameters of type CollatorModifier and TypeMethodDescription(package private) void
CollationPerformanceTest.qSortImpl_icu_usekeys
(String[] src, int fromIndex, int toIndex, Collator c) -
Uses of Collator in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as CollatorMethods in com.ibm.icu.impl.jdkadapter that return CollatorMethods in com.ibm.icu.impl.jdkadapter with parameters of type CollatorConstructors in com.ibm.icu.impl.jdkadapter with parameters of type Collator -
Uses of Collator in com.ibm.icu.text
Subclasses of Collator in com.ibm.icu.textModifier and TypeClassDescriptionfinal class
RuleBasedCollator is a concrete subclass of Collator.Fields in com.ibm.icu.text declared as CollatorModifier and TypeFieldDescriptionprivate final Collator
AlphabeticIndex.ImmutableIndex.collatorPrimaryOnly
Methods in com.ibm.icu.text that return CollatorModifier and TypeMethodDescriptionCollator.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 Collator
Collator.getInstance()
Returns the Collator for the current default locale.static final Collator
Collator.getInstance
(ULocale locale) Returns the Collator for the desired locale.static final Collator
Collator.getInstance
(Locale locale) Returns the Collator for the desired locale.(package private) abstract Collator
Collator.ServiceShim.getInstance
(ULocale l) (package private) Collator
CollatorServiceShim.getInstance
(ULocale locale) private static final Collator
CollatorServiceShim.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 int
AlphabeticIndex.BucketList.getBucketIndex
(CharSequence name, Collator collatorPrimaryOnly) static final Object
Collator.registerInstance
(Collator collator, ULocale locale) Registers a collator as the default collator for the provided locale.(package private) abstract Object
Collator.ServiceShim.registerInstance
(Collator c, ULocale l) (package private) Object
CollatorServiceShim.registerInstance
(Collator collator, ULocale locale) private static void
Collator.setAttributesFromKeywords
(ULocale loc, Collator coll, RuleBasedCollator rbc) Sets collation attributes according to locale keywords.Constructors in com.ibm.icu.text with parameters of type CollatorModifierConstructorDescriptionprivate
ImmutableIndex
(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 Collator
GlobalizationPreferences.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.