protected static class CollectionUtils.ExternalAccessHookMap<K,V> extends CollectionUtils.AccessHookMap<K,V>
Modifier | Constructor and Description |
---|---|
protected |
CollectionUtils.ExternalAccessHookMap(Map<K,V> delegate,
CollectionUtils.MapMutationHooks<K,V> mutationHooks) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearNotify() |
protected Map<K,V> |
getDelegate() |
protected void |
removeNotify(Object key) |
protected void |
writeNotify(K key,
V value) |
clear, entrySet, put, putAll, remove
containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, size, values
protected final Map<K,V> getDelegate()
getDelegate
in class CollectionUtils.DelegatingMap<K,V>
protected final void writeNotify(K key, V value)
writeNotify
in class CollectionUtils.AccessHookMap<K,V>
protected final void removeNotify(Object key)
removeNotify
in class CollectionUtils.AccessHookMap<K,V>
protected final void clearNotify()
clearNotify
in class CollectionUtils.AccessHookMap<K,V>
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.