wt.tools.xref.containers
Class ReferencesContainer

java.lang.Object
  extended bywt.tools.xref.containers.ReferencesContainer
Direct Known Subclasses:
OwnedMethodsContainer

public class ReferencesContainer
extends Object


Field Summary
protected  Hashtable d_hashtable
           
 
Constructor Summary
ReferencesContainer()
           
 
Method Summary
 boolean containsKey(Spec theSpec)
          Checks to see if this container contains an entry for the specified Spec object or not.
 Hashtable get(Spec referencingSpec)
           
 Enumeration keys()
           
 void put(Spec referencingSpec, Spec referencedSpec)
          Insert the specified WUObject into the container
 int size()
           
 Enumeration values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_hashtable

protected Hashtable d_hashtable
Constructor Detail

ReferencesContainer

public ReferencesContainer()
Method Detail

size

public int size()

containsKey

public boolean containsKey(Spec theSpec)
Checks to see if this container contains an entry for the specified Spec object or not.


put

public void put(Spec referencingSpec,
                Spec referencedSpec)
Insert the specified WUObject into the container


get

public Hashtable get(Spec referencingSpec)

keys

public Enumeration keys()

values

public Enumeration values()