public final class AttributeMap extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
containsAttribute(String key)
Returns true if an attribute of the specified name exists in this map.
|
boolean |
isEmpty()
Returns true if no attributes exist in this map.
|
Set<String> |
keySet()
Returns a set of names of all of the attributes in this map.
|
int |
size()
Returns the number of attributes in this map.
|
public int size()
public boolean isEmpty()
public boolean containsAttribute(String key)
key
- attribute name