Uses of Interface
org.eclipse.emf.common.util.EMap

Packages that use EMap
org.eclipse.emf.common.util Provides basic utilities. 
 

Uses of EMap in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement EMap
 class BasicEMap<K,V>
          A highly extensible map implementation.
private static class ECollections.EmptyUnmodifiableEMap
           
private static class ECollections.UnmodifiableEMap<K,V>
           
 

Fields in org.eclipse.emf.common.util declared as EMap
protected  EMap<? extends K,? extends V> ECollections.UnmodifiableEMap.eMap
           
static EMap<?,?> ECollections.EMPTY_EMAP
          An unmodifiable empty map with an efficient reusable iterator.
 

Methods in org.eclipse.emf.common.util that return EMap
 EMap<K,V> EMap.InternalMapView.eMap()
          Returns the EMap view of the map.
 EMap<K,V> BasicEMap.DelegatingMap.eMap()
           
static
<K,V> EMap<K,V>
ECollections.emptyEMap()
           
static
<K,V> EMap<K,V>
ECollections.unmodifiableEMap(EMap<? extends K,? extends V> map)
          Returns an unmodifiable view of the map.
 

Methods in org.eclipse.emf.common.util with parameters of type EMap
 void EMap.putAll(EMap<? extends K,? extends V> map)
          Puts each Map.Entry of the given map into this one.
 void ECollections.UnmodifiableEMap.putAll(EMap<? extends K,? extends V> map)
           
 void BasicEMap.putAll(EMap<? extends K,? extends V> map)
           
 void ECollections.EmptyUnmodifiableEMap.putAll(EMap<? extends java.lang.Object,? extends java.lang.Object> map)
           
static
<K,V> EMap<K,V>
ECollections.unmodifiableEMap(EMap<? extends K,? extends V> map)
          Returns an unmodifiable view of the map.
 

Constructors in org.eclipse.emf.common.util with parameters of type EMap
ECollections.UnmodifiableEMap(EMap<? extends K,? extends V> eMap)
           
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.