public abstract class PeriodFormatterDataService extends Object
| Constructor and Description |
|---|
PeriodFormatterDataService() |
| Modifier and Type | Method and Description |
|---|---|
abstract PeriodFormatterData |
get(String localeName)
Returns a PeriodFormatterData for the given locale name.
|
abstract Collection<String> |
getAvailableLocales()
Returns a collection of all the locale names supported by this service.
|
public abstract PeriodFormatterData get(String localeName)
localeName - the name of the localepublic abstract Collection<String> getAvailableLocales()