Returns an array of all locales for which this locale service provider
can provide localized objects or names.
Returns an array of all locales for which this locale service provider can provide localized objects or names.
Returns:
An array of all locales for which this locale service provider
can provide localized objects or names.
Returns a new DateFormatSymbols instance for the
specified locale.
Returns a new DateFormatSymbols instance for the specified locale.
Returns:
a DateFormatSymbols instance.
Parameters: - locale - the desired locale
Throws: - NullPointerException - if locale is null
- IllegalArgumentException - if locale isn't
one of the locales returned from
{@link java.util.spi.LocaleServiceProvider#getAvailableLocales()
getAvailableLocales()}.
See Also:DateFormatSymbols.getInstance(java.util.Locale),