Package org.eclipse.emf.common.util
Interface EMap.InternalMapView<K,V>
- All Superinterfaces:
Map<K,V>
- All Known Implementing Classes:
BasicEMap.DelegatingMap
An internal interface implemented by the
map view.
It provides access to the EMap view.-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
eMap
Returns the EMap view of the map.- Returns:
- the EMap view of the map.
-