java.text.spi
public abstract class DecimalFormatSymbolsProvider extends LocaleServiceProvider
Since: 1.6
| Constructor Summary | |
|---|---|
| protected | DecimalFormatSymbolsProvider()
Constructs a new DecimalFormatSymbolsProvider.
|
| Method Summary | |
|---|---|
| abstract DecimalFormatSymbols | getInstance(Locale locale)
Returns a java.text.DecimalFormatSymbols instance
for the specified java.util.Locale.
|
Parameters: locale the locale to express the symbols in.
Returns: the localized instance.
Throws: NullPointerException if the locale is null. IllegalArgumentException if the locale is not one
returned by
getAvailableLocales()
See Also: java.text.DecimalFormatSymbols#getInstance(java.util.Locale)