Skip navigation links


org.apache.myfaces.trinidad.util
Class CollectionUtils.ExternalAccessHookMap<K,V>

java.lang.Object
  extended by org.apache.myfaces.trinidad.util.CollectionUtils.DelegatingMap<K,V>
      extended by org.apache.myfaces.trinidad.util.CollectionUtils.AccessHookMap<K,V>
          extended by 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 Class Summary

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Constructor Summary
protected CollectionUtils.ExternalAccessHookMap(java.util.Map<K,V> delegate, CollectionUtils.MapMutationHooks<K,V> mutationHooks)
           

 

Method Summary
protected  void clearNotify()
           
protected  java.util.Map<K,V> getDelegate()
           
protected  void removeNotify(java.lang.Object key)
           
protected  void writeNotify(K key, V value)
           

 

Methods inherited from class org.apache.myfaces.trinidad.util.CollectionUtils.AccessHookMap
clear, entrySet, put, putAll, remove

 

Methods inherited from class org.apache.myfaces.trinidad.util.CollectionUtils.DelegatingMap
containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, size, values

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CollectionUtils.ExternalAccessHookMap

protected CollectionUtils.ExternalAccessHookMap(java.util.Map<K,V> delegate,
                                                CollectionUtils.MapMutationHooks<K,V> mutationHooks)

Method Detail

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.