public abstract class DecimalFormatSymbolsProvider extends LocaleServiceProvider
DecimalFormatSymbols class.| Modifier | Constructor and Description |
|---|---|
protected |
DecimalFormatSymbolsProvider()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DecimalFormatSymbols |
getInstance(Locale locale)
Returns a new
DecimalFormatSymbols instance for the
specified locale. |
getAvailableLocalesprotected DecimalFormatSymbolsProvider()
public abstract DecimalFormatSymbols getInstance(Locale locale)
DecimalFormatSymbols instance for the
specified locale.locale - the desired localeDecimalFormatSymbols instance.NullPointerException - if locale is nullIllegalArgumentException - if locale isn't
one of the locales returned from
getAvailableLocales().DecimalFormatSymbols.getInstance(java.util.Locale)