public class ConfigMap extends MapWrapper<String,String> implements Config
map| Constructor and Description |
|---|
ConfigMap() |
ConfigMap(Map<String,String> newMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Object key) |
String |
getString(String key) |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> m) |
ConfigMap |
set(String key,
boolean value) |
ConfigMap |
set(String key,
double value) |
ConfigMap |
set(String key,
int value) |
ConfigMap |
set(String key,
long value) |
ConfigMap |
set(String key,
String value) |
clear, containsKey, containsValue, entrySet, isEmpty, keySet, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBool, getDouble, getFormatted, getFormatted, getFormatted, getInt, getLong, getRequiredBool, getRequiredDouble, getRequiredFormatted, getRequiredFormatted, getRequiredFormatted, getRequiredInt, getRequiredLong, getRequiredString, getString, getStringArray, toNoValueExceptioncompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2021. All rights reserved.