public class RequestMap extends AbstractAttributeMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected Object |
getAttribute(String key) |
protected Enumeration |
getAttributeNames() |
void |
putAll(Map t) |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object value) |
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, valuesclone, equals, hashCode, toStringprotected Object getAttribute(String key)
getAttribute in class AbstractAttributeMapprotected void setAttribute(String key, Object value)
setAttribute in class AbstractAttributeMapprotected void removeAttribute(String key)
removeAttribute in class AbstractAttributeMapprotected Enumeration getAttributeNames()
getAttributeNames in class AbstractAttributeMappublic void putAll(Map t)
putAll in interface MapputAll in class AbstractAttributeMappublic void clear()
clear in interface Mapclear in class AbstractAttributeMapCopyright © 2013 Apache Software Foundation. All Rights Reserved.