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