K
- The key type.V
- The value type.public abstract class DelegatingMap<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
DelegatingMap(java.util.Map<K,V> downstream)
Construct a DelegatingMap that delegates to a given map.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
V |
get(java.lang.Object key) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
int |
size() |
java.util.Collection<V> |
values() |
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public boolean equals(java.lang.Object o)
public V get(java.lang.Object key)
public int hashCode()
public boolean isEmpty()
public java.util.Set<K> keySet()
public int size()