abstract class DynamicMapLikeFacade<K,V>
extends java.lang.Object
implements java.util.Map<K,V>
Modifier and Type | Field and Description |
---|---|
protected ConvertingImpl |
convertingImpl |
Modifier | Constructor and Description |
---|---|
protected |
DynamicMapLikeFacade(ConvertingImpl convertingImpl) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
isEmpty() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
int |
size() |
java.lang.String |
toString() |
java.util.Collection<V> |
values() |
protected final ConvertingImpl convertingImpl
protected DynamicMapLikeFacade(ConvertingImpl convertingImpl)
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object