Class HashTableTestSimple

java.lang.Object
  |
  +--HashTableTestSimple

public class HashTableTestSimple
extends java.lang.Object

Class HashTableTestSimple exercises the HashTable class using a very simple integer-valued hash table entry.


Inner Class Summary
protected static class HashTableTestSimple.IntEntry
          Inner class IntEntry is a very simple implementation of HashTableEntry with a single Integer field.
 
Constructor Summary
HashTableTestSimple()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate a HashTable and test the insert and lookup methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashTableTestSimple

public HashTableTestSimple()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate a HashTable and test the insert and lookup methods.