wt.tools.xref.containers
Class ClassInterfaces
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d_hashtable
Hashtable d_hashtable
ClassInterfaces
public ClassInterfaces()
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)