public abstract class DateFormatSymbolsProvider extends LocaleServiceProvider
DateFormatSymbols
.
Note that Android does not support user-supplied locale service providers.
Modifier | Constructor and Description |
---|---|
protected |
DateFormatSymbolsProvider()
Default constructor, for use by subclasses.
|
Modifier and Type | Method and Description |
---|---|
abstract DateFormatSymbols |
getInstance(Locale locale)
Returns an instance of
DateFormatSymbols for the given locale. |
getAvailableLocales
protected DateFormatSymbolsProvider()
public abstract DateFormatSymbols getInstance(Locale locale)
DateFormatSymbols
for the given locale.locale
- the localeDateFormatSymbols
NullPointerException
- if locale == null
IllegalArgumentException
- if locale isn't one of the locales returned from
getAvailableLocales().