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 DecimalFormatSymbols instance for the
specified locale.
Returns a new DecimalFormatSymbols instance for the specified locale.
Returns:
a DecimalFormatSymbols 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:DecimalFormatSymbols.getInstance(java.util.Locale),