org.xiruss.snapcm.api.helpers
Class NullDependencyMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.xiruss.snapcm.api.helpers.NullRepositoryObjectMapCommon
              extended by org.xiruss.snapcm.api.helpers.NullDependencyMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, DependencyMap

public class NullDependencyMap
extends NullRepositoryObjectMapCommon
implements DependencyMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
NullDependencyMap()
           
 
Method Summary
 DependencyLink get(java.lang.String key)
           
 void put(DependencyLink dep)
           
 
Methods inherited from class org.xiruss.snapcm.api.helpers.NullRepositoryObjectMapCommon
getKeyIterator, getValueIterator, put, remove
 
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
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

NullDependencyMap

public NullDependencyMap()
Method Detail

put

public void put(DependencyLink dep)
Specified by:
put in interface DependencyMap

get

public DependencyLink get(java.lang.String key)
Specified by:
get in interface DependencyMap