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.DelegatingMap

java.lang.Object
  extended byorg.eclipse.emf.common.util.BasicEMap.DelegatingMap

All Implemented Interfaces:
EMap.InternalMapView, Map

Direct Known Subclasses:
URIMappingRegistryImpl.URIMapImpl

Enclosing class:
BasicEMap


protected class BasicEMap.DelegatingMap
extends Object
implements EMap.InternalMapView


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
BasicEMap.DelegatingMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 EMap eMap()
          Returns the EMap view of the map.
 Set entrySet()
           
 boolean equals(Object object)
           
 Object get(Object key)
           
 int hashCode()
           
 boolean isEmpty()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 void putAll(Map map)
           
 Object remove(Object key)
           
 int size()
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

 

 

BasicEMap.DelegatingMap

public BasicEMap.DelegatingMap()

Method Detail

 

 

eMap

public EMap eMap()

Description copied from interface: EMap.InternalMapView
Returns the EMap view of the map.

Specified by:
eMap in interface EMap.InternalMapView

Returns:
the EMap view of the map.


 

 

size

public int size()

Specified by:
size in interface Map


 

 

isEmpty

public boolean isEmpty()

Specified by:
isEmpty in interface Map


 

 

containsKey

public boolean containsKey(Object key)

Specified by:
containsKey in interface Map


 

 

containsValue

public boolean containsValue(Object value)

Specified by:
containsValue in interface Map


 

 

get

public Object get(Object key)

Specified by:
get in interface Map


 

 

put

public Object put(Object key,
                  Object value)

Specified by:
put in interface Map


 

 

remove

public Object remove(Object key)

Specified by:
remove in interface Map


 

 

putAll

public void putAll(Map map)

Specified by:
putAll in interface Map


 

 

clear

public void clear()

Specified by:
clear in interface Map


 

 

keySet

public Set keySet()

Specified by:
keySet in interface Map


 

 

values

public Collection values()

Specified by:
values in interface Map


 

 

entrySet

public Set entrySet()

Specified by:
entrySet in interface Map


 

 

equals

public boolean equals(Object object)

Specified by:
equals in interface Map


 

 

hashCode

public int hashCode()

Specified by:
hashCode in interface Map


 

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