Skip navigation links
org.apache.myfaces.trinidad.util
Class CollectionUtils.ExternalAccessHookMap<K,V>
java.lang.Object
org.apache.myfaces.trinidad.util.CollectionUtils.DelegatingMap<K,V>
org.apache.myfaces.trinidad.util.CollectionUtils.AccessHookMap<K,V>
org.apache.myfaces.trinidad.util.CollectionUtils.ExternalAccessHookMap<K,V>
- All Implemented Interfaces:
- java.util.Map<K,V>
- Enclosing class:
- CollectionUtils
-
protected static class CollectionUtils.ExternalAccessHookMap<K,V>
- extends CollectionUtils.AccessHookMap<K,V>
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CollectionUtils.ExternalAccessHookMap
protected CollectionUtils.ExternalAccessHookMap(java.util.Map<K,V> delegate,
CollectionUtils.MapMutationHooks<K,V> mutationHooks)
getDelegate
protected final java.util.Map<K,V> getDelegate()
-
- Specified by:
getDelegate in class CollectionUtils.DelegatingMap<K,V>
writeNotify
protected final void writeNotify(K key,
V value)
-
- Specified by:
writeNotify in class CollectionUtils.AccessHookMap<K,V>
removeNotify
protected final void removeNotify(java.lang.Object key)
-
- Specified by:
removeNotify in class CollectionUtils.AccessHookMap<K,V>
clearNotify
protected final void clearNotify()
-
- Specified by:
clearNotify in class CollectionUtils.AccessHookMap<K,V>
Skip navigation links
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.