public class LocalizedValuesMap extends Object
LocalizedValuesMap()
LocalizedValuesMap(String defaultValue)
String
get(Locale locale)
getDefaultValue()
Map<Locale,String>
getValues()
void
put(Locale locale, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocalizedValuesMap()
public LocalizedValuesMap(String defaultValue)
public String get(Locale locale)
public String getDefaultValue()
public Map<Locale,String> getValues()
public void put(Locale locale, String value)