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