ooc
Class DependenciesMapped

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byooc.DependenciesMapped
All Implemented Interfaces:
java.lang.Cloneable, Dependencies, java.util.Map, java.io.Serializable

public class DependenciesMapped
extends java.util.Hashtable
implements Dependencies

See Also:
Serialized Form

Constructor Summary
DependenciesMapped()
           
DependenciesMapped(Dependencies dependencies)
           
 
Method Summary
 boolean isMutable()
          Returns true if this dependency map is mutable, else false;
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ooc.Dependencies
containsKey, get, keySet, put, remove
 

Constructor Detail

DependenciesMapped

public DependenciesMapped()

DependenciesMapped

public DependenciesMapped(Dependencies dependencies)
Method Detail

isMutable

public boolean isMutable()
Description copied from interface: Dependencies
Returns true if this dependency map is mutable, else false;

Specified by:
isMutable in interface Dependencies