| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.BasicEMap.DelegatingMap
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 |
public BasicEMap.DelegatingMap()
Method Detail |
public EMap eMap()
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public Object get(Object key)
public Object put(Object key, Object value)
public Object remove(Object key)
public void putAll(Map map)
public void clear()
public Set keySet()
public Collection values()
public Set entrySet()
public boolean equals(Object object)
public int hashCode()
|
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 |