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