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