| Constructor and Description |
|---|
CDOExtentMap(OCLExtentCreator extentCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<EClass,Set<? extends EObject>>> |
entrySet() |
boolean |
equals(Object obj) |
Set<? extends EObject> |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<EClass> |
keySet() |
Set<? extends EObject> |
put(EClass key,
Set<? extends EObject> value) |
void |
putAll(Map<? extends EClass,? extends Set<? extends EObject>> t) |
Set<? extends EObject> |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<Set<? extends EObject>> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CDOExtentMap(OCLExtentCreator extentCreator)
public void cancel()
public boolean containsKey(Object key)
containsKey in interface Map<EClass,Set<? extends EObject>>public boolean containsValue(Object value)
containsValue in interface Map<EClass,Set<? extends EObject>>public boolean equals(Object obj)
public int hashCode()
public boolean isEmpty()
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html