wt.tools.xref.containers
Class ClassInterfaceParentsHashtable
java.lang.Object
wt.tools.xref.containers.ClassInterfaceParentsHashtable
- All Implemented Interfaces:
- Serializable
- public class ClassInterfaceParentsHashtable
- extends Object
- implements Serializable
- 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
ClassInterfaceParentsHashtable
public ClassInterfaceParentsHashtable()
containsKey
public boolean containsKey(String className)
putParent
public void putParent(String currentClassName,
String superClassName)
- Add class -> superClass pair to the container
get
public String get(String className)
- Get the superClass name for the specified className