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