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, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.