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, values
clone, equals, hashCode, toString
public void clear()
clear
in interface Map
clear
in class AbstractAttributeMap
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class AbstractAttributeMap
public boolean containsValue(Object findValue)
containsValue
in interface Map
containsValue
in class AbstractAttributeMap
public boolean isEmpty()
isEmpty
in interface Map
isEmpty
in class AbstractAttributeMap
public int size()
size
in interface Map
size
in class AbstractAttributeMap
public void putAll(Map t)
putAll
in interface Map
putAll
in class AbstractAttributeMap
protected Object getAttribute(String key)
getAttribute
in class AbstractAttributeMap
protected void setAttribute(String key, Object value)
setAttribute
in class AbstractAttributeMap
protected void removeAttribute(String key)
removeAttribute
in class AbstractAttributeMap
protected Enumeration getAttributeNames()
getAttributeNames
in class AbstractAttributeMap
Copyright © 2013 Apache Software Foundation. All Rights Reserved.