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