public class InheritableMap<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
InheritableMap() |
InheritableMap(java.util.Map<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
V |
get(java.lang.Object key) |
java.util.Map<K,V> |
getParentMap() |
V |
remove(java.lang.Object key) |
void |
setParentMap(java.util.Map<? extends K,? extends V> parentMap) |
java.lang.String |
toString() |
clone, compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values