Interface EMap.InternalMapView<K,V>

All Superinterfaces:
Map<K,V>
All Known Implementing Classes:
BasicEMap.DelegatingMap
Enclosing interface:
EMap<K,V>

public static interface EMap.InternalMapView<K,V> extends Map<K,V>
An internal interface implemented by the map view. It provides access to the EMap view.
  • Method Details

    • eMap

      EMap<K,V> eMap()
      Returns the EMap view of the map.
      Returns:
      the EMap view of the map.