Uses of Class
java.text.Collator
Package
Description
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
Service provider classes for the classes in the java.text package.
-
Uses of Collator in java.text
Modifier and TypeClassDescriptionclass
TheRuleBasedCollator
class is a concrete subclass ofCollator
that provides a simple, data-driven, table collator.Modifier and TypeMethodDescriptionstatic Collator
Collator.getInstance()
Gets the Collator for the current default locale.static Collator
Collator.getInstance
(Locale desiredLocale) Gets the Collator for the desired locale. -
Uses of Collator in java.text.spi
Modifier and TypeMethodDescriptionabstract Collator
CollatorProvider.getInstance
(Locale locale) Returns a newCollator
instance for the specified locale.