Big Java example project "hashtable"

You can use this project as follows:

 - invoke the main method of the driver class SetTest by 
 right-clicking on the class representation and selecting the main method.
 - interactive create HashSet objects
 - interactively add values.
 - inspect and experiment with other methods

This project illustrates concepts covered in Big Java, Chapter 20 
"Advanced Data Structures".

 - to learn about set and map data types
 - to understand the implementation of hash tables
 - to be able to program hash functions
