public class MapProxy<K,V> extends Object implements Map<K,V>, Serializable
Constructor and Description |
---|
MapProxy() |
MapProxy(Initializor<Map<K,V>> initializor) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K k,
V v) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object o) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public MapProxy()
public MapProxy(Initializor<Map<K,V>> initializor)
public boolean containsKey(Object o)
containsKey
in interface Map<K,V>
public boolean containsValue(Object o)
containsValue
in interface Map<K,V>
public boolean equals(Object obj)
Copyright © 2014. All rights reserved.