Package org.eclipse.emf.common.util
Class BasicEMap.DelegatingMap
java.lang.Object
org.eclipse.emf.common.util.BasicEMap.DelegatingMap
- All Implemented Interfaces:
Map<K,,V> EMap.InternalMapView<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DelegatingMap
public DelegatingMap()
-
-
Method Details
-
eMap
Description copied from interface:EMap.InternalMapViewReturns the EMap view of the map.- Specified by:
eMapin interfaceEMap.InternalMapView<K,V> - Returns:
- the EMap view of the map.
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
-