KEYTYPE - VALUETYPE - public class CompositeMap<KEYTYPE,VALUETYPE> extends Object implements Map<KEYTYPE,VALUETYPE>
| Constructor and Description |
|---|
CompositeMap() |
| Modifier and Type | Method and Description |
|---|---|
CompositeMap<KEYTYPE,VALUETYPE> |
addDelegate(Map<KEYTYPE,VALUETYPE> delegate) |
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<KEYTYPE,VALUETYPE>> |
entrySet() |
VALUETYPE |
get(Object key) |
boolean |
isEmpty() |
Set<KEYTYPE> |
keySet() |
VALUETYPE |
put(KEYTYPE key,
VALUETYPE value) |
void |
putAll(Map<? extends KEYTYPE,? extends VALUETYPE> map) |
VALUETYPE |
remove(Object key) |
int |
size() |
Collection<VALUETYPE> |
values() |
public boolean containsKey(Object key)
containsKey in interface Map<KEYTYPE,VALUETYPE>public boolean containsValue(Object value)
containsValue in interface Map<KEYTYPE,VALUETYPE>Copyright © 2014 OCPsoft. All Rights Reserved.