|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectTestOpenHashTable
public class TestOpenHashTable
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 |
|---|
public TestOpenHashTable()
| Method Detail |
|---|
public static void test1()
public static void test2()
public static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||