public class MapListener<K,V>
extends com.google.common.collect.ForwardingMap<K,V>
get(Object) or remove(Object).| Constructor and Description |
|---|
MapListener(Map<K,V> target) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,V> |
delegate() |
V |
get(Object key) |
Set<K> |
getSeenKeys() |
V |
remove(Object key) |
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.