wpi.associations.arminer
Class HashTree.MyHashtable

java.lang.Object
  extended bywpi.associations.arminer.HashTree.MyHashtable
Enclosing class:
HashTree

private static class HashTree.MyHashtable
extends java.lang.Object


Field Summary
 HashTree.Node[] contents
           
 
Constructor Summary
HashTree.MyHashtable(int size)
           
 
Method Summary
 java.util.Enumeration elements()
           
 HashTree.Node get(int key)
           
 void put(int key, HashTree.Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

public HashTree.Node[] contents
Constructor Detail

HashTree.MyHashtable

public HashTree.MyHashtable(int size)
Method Detail

put

public void put(int key,
                HashTree.Node n)

get

public HashTree.Node get(int key)

elements

public java.util.Enumeration elements()