Package org.eclipse.emf.cdo.common.model
Class EMFUtil.TreeMapping<T extends EObject>
java.lang.Object
java.util.AbstractMap<T,T>
java.util.HashMap<T,T>
org.eclipse.emf.cdo.common.model.EMFUtil.TreeMapping<T>
- All Implemented Interfaces:
Serializable,Cloneable,Map<T,T>
- Enclosing class:
EMFUtil
A mapping between two
EObjects and their contents based on their URIs
as returned by EcoreUtil.getURI(EObject).- Since:
- 4.27
- Author:
- Eike Stepper
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
TreeMapping
-
-
Method Details
-
getFromObjectsByURI
-
getToObjectsByURI
-
map
-
map
-
filter
-