Modifier and Type | Method and Description |
---|---|
public String | Returns: concatenated language tags, separated by a space.category of the locale data. category)Returns the string concatenation of the supported language tags in this LocaleData instance |
public default Map | Returns: map of source language to replacement language, separated by a space.Returns a map for language aliases which specifies mapping from source language to from which it should be replaced. |
public LocaleProviderAdapter. | Returns: type The type of the adapter.Returns the type of LocaleProviderAdapter for which this LocaleData provides the data. |
public default Map | Returns: map of ids to their canonical ids.Returns a map for time zone ids to their canonical ids. |
availableLanguageTags | back to summary |
---|---|
public String availableLanguageTags(String category) Returns the string concatenation of the supported language tags in this LocaleData instance |
getLanguageAliasMap | back to summary |
---|---|
public default Map Returns a map for language aliases which specifies mapping from source language to from which it should be replaced. |
getType | back to summary |
---|---|
public LocaleProviderAdapter. Returns the type of LocaleProviderAdapter for which this LocaleData provides the data.
|
tzCanonicalIDs | back to summary |
---|---|
public default Map Returns a map for time zone ids to their canonical ids. The map key is either an LDML's short id, or a valid TZDB zone id. |