public class LocalizedValuesMap
extends Object
Constructor and Description |
---|
LocalizedValuesMap() |
LocalizedValuesMap(String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
get(Locale locale) |
String |
getDefaultValue() |
Map<Locale,String> |
getValues() |
void |
put(Locale locale,
String value) |