Returns a new Collator
instance for the specified locale.
locale | the desired locale. |
Collator
for the desired locale.
NullPointerException | if
locale is null | |
IllegalArgumentException | if locale isn't
one of the locales returned from
java.util.spi.LocaleServiceProvider.getAvailableLocales() . |
Diagram: LocaleProvider