Package org.eclipse.emf.common.util
Class BasicEMap.View<K,V>
java.lang.Object
org.eclipse.emf.common.util.BasicEMap.View<K,V>
An implementation class to hold the views.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
The map view. -
keySet
The map key set view. -
entrySet
The entry set view. -
values
The values collection view.
-
-
Constructor Details
-
View
public View()Creates an empty instance.
-