public class InitParameterMap extends AbstractAttributeMap
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(java.lang.Object o) |
protected java.lang.Object |
getAttribute(java.lang.String key) |
protected java.util.Enumeration |
getAttributeNames() |
int |
hashCode() |
void |
putAll(java.util.Map t) |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value) |
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, valuesprotected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class AbstractAttributeMapprotected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class AbstractAttributeMapprotected void removeAttribute(java.lang.String key)
removeAttribute in class AbstractAttributeMapprotected java.util.Enumeration getAttributeNames()
getAttributeNames in class AbstractAttributeMappublic boolean equals(java.lang.Object o)
equals in interface java.util.Mapequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.MaphashCode in class java.lang.Objectpublic void putAll(java.util.Map t)
putAll in interface java.util.MapputAll in class AbstractAttributeMappublic void clear()
clear in interface java.util.Mapclear in class AbstractAttributeMap