org.eclipse.emf.cdo.spi.common.commit
Class CDOChangeKindCache

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<CDOID,CDOChangeKind>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CDOChangeKindCache(CDOChangeSetData changeSetData)
           
 
Method Summary
 CDOChangeKind getChangeKind(CDOID id)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CDOChangeKindCache

public CDOChangeKindCache(CDOChangeSetData changeSetData)
Method Detail

getChangeKind

public CDOChangeKind getChangeKind(CDOID id)
Specified by:
getChangeKind in interface CDOChangeKindProvider


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.