| Package | Description |
|---|---|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEMap<K,V>
A highly extensible map implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static EMap<?,?> |
ECollections.EMPTY_EMAP
An unmodifiable empty map with an efficient reusable iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> EMap<K,V> |
ECollections.asEMap(java.util.Map<K,V> map)
Returns a mutable EMap view of the specified map.
|
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()
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EMap.putAll(EMap<? extends K,? extends V> map)
Puts each
Map.Entry of the given map into this one. |
void |
BasicEMap.putAll(EMap<? extends K,? extends V> map) |
static <K,V> EMap<K,V> |
ECollections.unmodifiableEMap(EMap<? extends K,? extends V> map)
Returns an unmodifiable view of the map.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature