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() |
boolean |
equals(Object var0) |
Object |
get(Object var0) |
String |
getValue(Attributes.Name var0) |
String |
getValue(String var0) |
int |
hashCode() |
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(Attributes var0)
public Attributes(int var0)
public boolean containsKey(Object var0)
containsKey
in interface Map
public boolean containsValue(Object var0)
containsValue
in interface Map
public Collection values()
public int hashCode()
public boolean equals(Object var0)
public String getValue(Attributes.Name var0)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.