| Modifier and Type | Field and Description |
|---|---|
protected Map<K,V> |
readMap |
protected Iterable<Map> |
writeMaps |
| Constructor and Description |
|---|
UnionMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
Map<K,V> |
getReadMap() |
Iterable<Map> |
getWriteMaps() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> ms) |
V |
remove(Object key) |
void |
setReadMap(Map<K,V> readMap) |
void |
setWriteMaps(Iterable<Map> writeMaps) |
void |
setWriteMaps(Map... maps) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void setWriteMaps(Map... maps)
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>Copyright © 2017. All rights reserved.