public abstract static class GlobalVariableManager.GlobalVariableAdapter extends HashMap<Object,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
GlobalVariableAdapter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
containsKey(Object key) |
abstract Object |
get(Object key) |
abstract Object |
put(Object key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString