| Modifier and Type | Class and Description |
|---|---|
static class |
Attributes.Name |
| Constructor and Description |
|---|
Attributes() |
Attributes(Attributes var0) |
Attributes(int var0) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object var0) |
boolean |
containsValue(Object var0) |
Set |
entrySet() |
Object |
get(Object var0) |
String |
getValue(Attributes.Name var0) |
String |
getValue(String var0) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object var0,
Object var1) |
void |
putAll(Map var0) |
String |
putValue(String var0,
String var1) |
Object |
remove(Object var0) |
int |
size() |
Collection |
values() |
protected Map map
public Attributes()
public Attributes(int var0)
public Attributes(Attributes var0)
public boolean containsKey(Object var0)
containsKey in interface Mappublic boolean containsValue(Object var0)
containsValue in interface Mappublic String getValue(Attributes.Name var0)
public Collection values()