Module org.eclipse.xtext.xbase.lib
Class UnmodifiableMergingMapView<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView<K,V>
- Type Parameters:
K- the type of the keys.V- the type of the values in the maps.
- All Implemented Interfaces:
Map<K,V>
Map implementation that is merging two maps.
If a key exists within the two merged maps, then the retained value is the one of the right map.
- Since:
- 2.15
- Author:
- Stephane Galland - Initial contribution and API
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace
-
Constructor Details
-
Method Details
-
entrySet
-
clear
public void clear() -
put
-
remove
-
replaceAll
-