Package org.eclipse.emf.cdo.server.ocl
Class CDOExtentMap
java.lang.Object
org.eclipse.emf.cdo.server.ocl.CDOExtentMap
Maps
classes
to their extents.
The extent
of a class
X is the set of all objects
with object.getEClass() == X
.
- Author:
- Eike Stepper
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CDOExtentMap
-
-
Method Details
-
cancel
public void cancel() -
get
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<EClass,
Set<? extends EObject>>
-
containsValue
- Specified by:
containsValue
in interfaceMap<EClass,
Set<? extends EObject>>
-
entrySet
-
equals
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
toString
-
values
-