org.eclipse.emf.common.util
Class BasicEMap.DelegatingMap
java.lang.Object
org.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
BasicEMap.DelegatingMap
public BasicEMap.DelegatingMap()
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