Klasse CDOChangeKindCache
- Alle implementierten Schnittstellen:
Serializable
,Cloneable
,Map<CDOID,
,CDOChangeKind> CDOChangeKindProvider
public class CDOChangeKindCache
extends HashMap<CDOID,CDOChangeKind>
implements CDOChangeKindProvider
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.0
- Autor:
- Eike Stepper
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden 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, values
Von Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
-
Konstruktordetails
-
CDOChangeKindCache
-
-
Methodendetails
-
getChangeKind
- Angegeben von:
getChangeKind
in SchnittstelleCDOChangeKindProvider
-