Uses of Interface
org.eclipse.emf.common.util.EMap
Packages that use EMap
-
Uses of EMap in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement EMapFields in org.eclipse.emf.common.util declared as EMapModifier and TypeFieldDescriptionstatic final EMap<?,?> ECollections.EMPTY_EMAPAn unmodifiable empty map with an efficient reusable iterator.Methods in org.eclipse.emf.common.util that return EMapModifier and TypeMethodDescriptionstatic <K,V> EMap<K, V> Returns a mutable EMap view of the specified map.BasicEMap.DelegatingMap.eMap()EMap.InternalMapView.eMap()Returns the EMap view of the map.static <K,V> EMap<K, V> ECollections.emptyEMap()Returns an empty unmodifiable map.static <K,V> EMap<K, V> ECollections.singletonEMap(K key, V value) Returns an immutable map containing just the one key/value mapping.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 EMapModifier and TypeMethodDescriptionvoidvoidPuts eachMap.Entryof the given map into this one.static <K,V> EMap<K, V> ECollections.unmodifiableEMap(EMap<? extends K, ? extends V> map) Returns an unmodifiable view of the map.