org.eclipse.emf.cdo.spi.common.commit
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:
- Serializable, Cloneable, Map<CDOID,CDOChangeKind>, CDOChangeKindProvider
- public class CDOChangeKindCache
- extends HashMap<CDOID,CDOChangeKind>
- implements CDOChangeKindProvider
- Since:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
CDOChangeKindCache
public CDOChangeKindCache(CDOChangeSetData changeSetData)
getChangeKind
public CDOChangeKind getChangeKind(CDOID id)
- Specified by:
getChangeKind
in interface CDOChangeKindProvider
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.