Big Java & Java Concepts example project "map"

You can use this project as follows:

 - invoke the main method of the driver class MapTester by 
 right-clicking on the class representation and selecting the main method.
 - inspect and experiment with other methods

This project illustrates concepts covered in Big Java & Java Concepts, Chapter 21 
"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