org.xiruss.snapcm.api.helpers
Class NullRepositoryObjectMapCommon

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.xiruss.snapcm.api.helpers.NullRepositoryObjectMapCommon
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Direct Known Subclasses:
NullDependencyMap, NullRepositoryObjectMap, NullResourceMap, NullSnapshotMap, NullVersionMap

public class NullRepositoryObjectMapCommon
extends java.util.HashMap

See Also:
Serialized Form

Constructor Summary
NullRepositoryObjectMapCommon()
           
 
Method Summary
 java.util.Iterator getKeyIterator()
           
 java.util.Iterator getValueIterator()
           
 void put(RepositoryObject repositoryObj)
           
 void remove(RepositoryObject obj)
           
 
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

NullRepositoryObjectMapCommon

public NullRepositoryObjectMapCommon()
Method Detail

put

public void put(RepositoryObject repositoryObj)

getKeyIterator

public java.util.Iterator getKeyIterator()

getValueIterator

public java.util.Iterator getValueIterator()

remove

public void remove(RepositoryObject obj)