java.text.spi
public abstract class DateFormatSymbolsProvider extends LocaleServiceProvider
Constructor Summary | |
---|---|
protected | DateFormatSymbolsProvider()
Constructs a new DateFormatSymbolsProvider.
|
Method Summary | |
---|---|
abstract DateFormatSymbols | getInstance(Locale locale)
Returns a DateFormatSymbols 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