Class CDOChangeKindCache
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<CDOID,CDOChangeKind>
- 
- org.eclipse.emf.cdo.spi.common.commit.CDOChangeKindCache
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.util.Map<CDOID,CDOChangeKind>,- CDOChangeKindProvider
 
 public class CDOChangeKindCache extends java.util.HashMap<CDOID,CDOChangeKind> implements CDOChangeKindProvider If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOChangeKindCache(CDOChangeSetData changeSetData)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CDOChangeKindgetChangeKind(CDOID id)- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
- 
- 
- 
Constructor Detail- 
CDOChangeKindCachepublic CDOChangeKindCache(CDOChangeSetData changeSetData) 
 
- 
 - 
Method Detail- 
getChangeKindpublic CDOChangeKind getChangeKind(CDOID id) - Specified by:
- getChangeKindin interface- CDOChangeKindProvider
 
 
- 
 
-