public interface Map
Modifier and Type | Interface and Description |
---|---|
static interface |
Map.Entry |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object var0) |
boolean |
containsValue(Object var0) |
Set |
entrySet() |
boolean |
equals(Object var0) |
Object |
get(Object var0) |
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object var0,
Object var1) |
void |
putAll(Map var0) |
Object |
remove(Object var0) |
int |
size() |
Collection |
values() |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.