wt.tools.xref.containers
Class ClassInterfaceParentsHashtable

java.lang.Object
  extended bywt.tools.xref.containers.ClassInterfaceParentsHashtable
All Implemented Interfaces:
Serializable

public class ClassInterfaceParentsHashtable
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  Hashtable d_hashtable
           
 
Constructor Summary
ClassInterfaceParentsHashtable()
           
 
Method Summary
 boolean containsKey(String className)
           
 String get(String className)
          Get the superClass name for the specified className
 void putParent(String currentClassName, String superClassName)
          Add class -> superClass pair to the container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_hashtable

Hashtable d_hashtable
Constructor Detail

ClassInterfaceParentsHashtable

public ClassInterfaceParentsHashtable()
Method Detail

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