wt.tools.xref.containers
Class FieldHashtable

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

public class FieldHashtable
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  Hashtable d_hashtable
           
 
Constructor Summary
FieldHashtable()
           
 
Method Summary
 boolean containsField(String type, String classInterfaceSpec, String fieldName)
           
 boolean containsKey(String packageClassFieldName)
           
 Field get(String fieldName)
           
 Enumeration keys()
           
 void putField(Field theField)
           
 int size()
           
 
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

FieldHashtable

public FieldHashtable()
Method Detail

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()