wt.tools.xref.containers
Class FieldHashtable
java.lang.Object
wt.tools.xref.containers.FieldHashtable
- All Implemented Interfaces:
- Serializable
- public class FieldHashtable
- 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
FieldHashtable
public FieldHashtable()
containsKey
public boolean containsKey(String packageClassFieldName)
containsField
public boolean containsField(String type,
String classInterfaceSpec,
String fieldName)
putField
public void putField(Field theField)
keys
public Enumeration keys()
get
public Field get(String fieldName)
size
public int size()