org.apache.webbeans.web.tomcat
Class ContextLifecycleListener.MoniterableHashMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Object,Object>
          extended by org.apache.webbeans.web.tomcat.ContextLifecycleListener.MoniterableHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
ContextLifecycleListener

public static class ContextLifecycleListener.MoniterableHashMap
extends HashMap<Object,Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ContextLifecycleListener.MoniterableHashMap(Map<Object,Object> m, Object source, String propertyName, PropertyChangeListener listener)
           
 
Method Summary
 Object put(Object key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ContextLifecycleListener.MoniterableHashMap

public ContextLifecycleListener.MoniterableHashMap(Map<Object,Object> m,
                                                   Object source,
                                                   String propertyName,
                                                   PropertyChangeListener listener)
Method Detail

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map<Object,Object>
Overrides:
put in class HashMap<Object,Object>

remove

public Object remove(Object key)
Specified by:
remove in interface Map<Object,Object>
Overrides:
remove in class HashMap<Object,Object>


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.