Returns a new Collator instance for the specified locale.
param
locale the desired locale.
return
the Collator for the desired locale.
exception
NullPointerException if
locale is null
exception
IllegalArgumentException if locale isn't
one of the locales returned from
{@link java.util.spi.LocaleServiceProvider#getAvailableLocales()
getAvailableLocales()}.