- java.lang.Object
-
- com.appslandia.common.base.MapWrapper<String,String>
-
- com.appslandia.common.base.ConfigMap
-
- All Implemented Interfaces:
Config,Serializable,Map<String,String>
- Direct Known Subclasses:
PropertyConfig
public class ConfigMap extends MapWrapper<String,String> implements Config
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.appslandia.common.base.MapWrapper
map
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(Object key)StringgetString(String key)Stringput(String key, String value)voidputAll(Map<? extends String,? extends String> m)ConfigMapset(String key, boolean value)ConfigMapset(String key, double value)ConfigMapset(String key, int value)ConfigMapset(String key, long value)ConfigMapset(String key, String value)-
Methods inherited from class com.appslandia.common.base.MapWrapper
clear, containsKey, containsValue, entrySet, isEmpty, keySet, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.appslandia.common.base.Config
getBool, getDouble, getFormatted, getFormatted, getFormatted, getInt, getLong, getRequiredBool, getRequiredDouble, getRequiredFormatted, getRequiredFormatted, getRequiredFormatted, getRequiredInt, getRequiredLong, getRequiredString, getString, getStringArray
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-