Class TestOpenHashTable

java.lang.Object
  extended by TestOpenHashTable

public class TestOpenHashTable
extends java.lang.Object

A sample test program for a hashing lab in CS3. The test program invokes all of the methods available through the hash map interface as well as verifying that the private rehash method (part of the implementation) works.


Constructor Summary
TestOpenHashTable()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void test1()
           
static void test2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOpenHashTable

public TestOpenHashTable()
Method Detail

test1

public static void test1()

test2

public static void test2()

main

public static void main(java.lang.String[] args)