org.apache.webbeans.web.tomcat
Class ContextLifecycleListener.MoniterableHashMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Object,Object>
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
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, size, values |
ContextLifecycleListener.MoniterableHashMap
public ContextLifecycleListener.MoniterableHashMap(Map<Object,Object> m,
Object source,
String propertyName,
PropertyChangeListener listener)
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.