java.text.spi
public abstract class DecimalFormatSymbolsProvider extends LocaleServiceProvider
| Constructor Summary | |
|---|---|
| protected | DecimalFormatSymbolsProvider()
Constructs a new DecimalFormatSymbolsProvider.
|
| Method Summary | |
|---|---|
| abstract DecimalFormatSymbols | getInstance(Locale locale)
Returns a DecimalFormatSymbols instance
for the specified 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: getInstance