K - the type of the keys.V - the type of the values in the maps.@GwtCompatible
public class UnmodifiableMergingMapView<K,V>
extends java.util.AbstractMap<K,V>
If a key exists within the two merged maps, then the retained value is the one of the right map.
| Constructor and Description |
|---|
UnmodifiableMergingMapView(java.util.Map<? extends K,? extends V> left,
java.util.Map<? extends K,? extends V> right)
Construct the wrapping map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
void |
replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) |
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, size, toString, values