public class AttributeMap extends Object implements Map
The scopes are the ones known in the web world:
Modifier and Type | Field and Description |
---|---|
protected static String |
UNSUPPORTED |
Constructor and Description |
---|
AttributeMap(Map context) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection |
values() |
protected static final String UNSUPPORTED
public AttributeMap(Map context)
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.