wt.tools.xref.containers
Class ClassInterfaces

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

public class ClassInterfaces
extends Object
implements Serializable

This class is used to store a list of ClassInterface objects (that are interfaces) that this particular CLASS implements.

See Also:
Serialized Form

Field Summary
(package private)  Hashtable d_hashtable
           
 
Constructor Summary
ClassInterfaces()
           
 
Method Summary
 boolean containsKey(String interfaceName)
           
(package private)  ClassInterfaceHashtable getInterfaces(String className)
           
 Enumeration keys()
           
 void putInterface(String className, ClassInterface theInterface)
           
 
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

ClassInterfaces

public ClassInterfaces()
Method Detail

containsKey

public boolean containsKey(String interfaceName)

getInterfaces

ClassInterfaceHashtable getInterfaces(String className)
                                throws Exception
Throws:
Exception

keys

public Enumeration keys()

putInterface

public void putInterface(String className,
                         ClassInterface theInterface)