java.lang.Object
java.util.spi.LocaleServiceProvider
java.text.spi.DateFormatSymbolsProvider
An abstract class for service providers that
 provide instances of the
 
DateFormatSymbols class.- Since:
- 1.6
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract DateFormatSymbolsgetInstance(Locale locale) Returns a newDateFormatSymbolsinstance for the specified locale.Methods declared in class java.util.spi.LocaleServiceProvidergetAvailableLocales, isSupportedLocale
- 
Constructor Details- 
DateFormatSymbolsProviderprotected DateFormatSymbolsProvider()Sole constructor. (For invocation by subclass constructors, typically implicit.)
 
- 
- 
Method Details- 
getInstanceReturns a newDateFormatSymbolsinstance for the specified locale.- Parameters:
- locale- the desired locale
- Returns:
- a DateFormatSymbolsinstance.
- Throws:
- NullPointerException- if- localeis null
- IllegalArgumentException- if- localeisn't one of the locales returned from- getAvailableLocales().
- See Also:
 
 
-