public abstract class AbstractAttributeMap extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractAttributeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object findValue) |
Set |
entrySet() |
Object |
get(Object key) |
protected abstract Object |
getAttribute(String key) |
protected abstract Enumeration |
getAttributeNames() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
protected abstract void |
removeAttribute(String key) |
protected abstract void |
setAttribute(String key,
Object value) |
int |
size() |
Collection |
values() |
clone, equals, hashCode, toStringpublic void clear()
clear in interface Mapclear in class AbstractMappublic boolean containsKey(Object key)
containsKey in interface MapcontainsKey in class AbstractMappublic boolean containsValue(Object findValue)
containsValue in interface MapcontainsValue in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic boolean isEmpty()
isEmpty in interface MapisEmpty in class AbstractMappublic Set keySet()
keySet in interface MapkeySet in class AbstractMappublic Object put(Object key, Object value)
put in interface Mapput in class AbstractMappublic void putAll(Map t)
putAll in interface MapputAll in class AbstractMappublic Object remove(Object key)
remove in interface Mapremove in class AbstractMappublic int size()
size in interface Mapsize in class AbstractMappublic Collection values()
values in interface Mapvalues in class AbstractMapprotected abstract void removeAttribute(String key)
protected abstract Enumeration getAttributeNames()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.