com.jeffpalm.cop5555.constrainer
Class Table

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.jeffpalm.cop5555.constrainer.Table
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class Table
extends java.util.Hashtable

See Also:
Serialized Form

Field Summary
protected  Table prev
           
 
Constructor Summary
Table(Table prev)
           
 
Method Summary
 void enter(java.lang.String key, TreeNode joe)
           
 Table getPrevious()
           
 TreeNode lookUp(java.lang.String key)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

prev

protected Table prev
Constructor Detail

Table

public Table(Table prev)
Method Detail

enter

public void enter(java.lang.String key,
                  TreeNode joe)

lookUp

public TreeNode lookUp(java.lang.String key)

getPrevious

public Table getPrevious()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Hashtable