org.apache.tomee.catalina
Class GlobalListenerSupport.MoniterableHashMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<Object,Object>
              extended by org.apache.tomee.catalina.GlobalListenerSupport.MoniterableHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
GlobalListenerSupport

public static class GlobalListenerSupport.MoniterableHashMap
extends LinkedHashMap<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
GlobalListenerSupport.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.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, 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
containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll, size, values
 

Constructor Detail

GlobalListenerSupport.MoniterableHashMap

public GlobalListenerSupport.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 © 1999–2015 The Apache Software Foundation. All rights reserved.