org.eclipse.emf.common.util
Class BasicEMap.View

java.lang.Object
  extended byorg.eclipse.emf.common.util.BasicEMap.View
Enclosing class:
BasicEMap

protected static class BasicEMap.View
extends java.lang.Object

An implementation class to hold the views.


Field Summary
 java.util.Set entrySet
          The entry set view.
 java.util.Set keySet
          The map key set view.
 java.util.Map map
          The map view.
 java.util.Collection values
          The values collection view.
 
Constructor Summary
BasicEMap.View()
          Creates an empty instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public transient java.util.Map map
The map view.


keySet

public transient java.util.Set keySet
The map key set view.


entrySet

public transient java.util.Set entrySet
The entry set view.


values

public transient java.util.Collection values
The values collection view.

Constructor Detail

BasicEMap.View

public BasicEMap.View()
Creates an empty instance.


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