Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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 Object

An implementation class to hold the views.


Field Summary
 Set entrySet
          The entry set view.
 Set keySet
          The map key set view.
 Map map
          The map view.
 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 Map map

The map view.


 

 

keySet

public transient Set keySet

The map key set view.


 

 

entrySet

public transient Set entrySet

The entry set view.


 

 

values

public transient Collection values

The values collection view.

Constructor Detail

 

 

BasicEMap.View

public BasicEMap.View()

Creates an empty instance.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD