@Deprecated
public class InheritableMap<K,V>
extends HashMap<K,V>
| Constructor and Description |
|---|
InheritableMap()
Deprecated.
|
InheritableMap(Map<? extends K,? extends V> map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
boolean |
containsValue(Object value)
Deprecated.
|
V |
get(Object key)
Deprecated.
|
Map<K,V> |
getParentMap()
Deprecated.
|
V |
remove(Object key)
Deprecated.
|
void |
setParentMap(Map<? extends K,? extends V> parentMap)
Deprecated.
|
String |
toString()
Deprecated.
|