org.eclipse.emf.common.util
Interface EMap.InternalMapView

All Superinterfaces:
Map
All Known Implementing Classes:
BasicEMap.DelegatingMap
Enclosing interface:
EMap

public static interface EMap.InternalMapView
extends Map

An internal interface implemented by the map view. It provides access to the EMap view.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Method Summary
 EMap eMap()
          Returns the EMap view of the map.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

eMap

public EMap eMap()
Returns the EMap view of the map.

Returns:
the EMap view of the map.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.