wt.tools.xref.containers
Class ClassInterfaceChildrenHashtable
java.lang.Object
wt.tools.xref.containers.ClassInterfaceChildrenHashtable
- All Implemented Interfaces:
- Serializable
- public class ClassInterfaceChildrenHashtable
- extends Object
- implements Serializable
This Hashtable is KEYed by classInterfaceName and the VALUE contains a ClassInterfaceHashtable.
This container does not extend java.util.Hashtable because I wanted to control exactly which
methods are available to the instantiators.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d_hashtable
Hashtable d_hashtable
ClassInterfaceChildrenHashtable
public ClassInterfaceChildrenHashtable()
containsKey
public boolean containsKey(String className)
keys
public Enumeration keys()
putChild
void putChild(String classInterfaceName,
ClassInterface descendentClassInterface)
- Add className -> descendentClassInterface pair to add to the container
get
ClassInterfaceHashtable get(String classInterfaceName)
- Get the superClass name for the specified className