Tree and Hash Map Classes
get(obj), containsKey(obj), Set keySet()
put(obj,obj), int size()
Replacing a value
Processing with Set iterator
Processing with for-each loop
Objectives
Map Problems
Another TreeMap Example (extending TreeMap)
HashMap Example
HashMap with LinkedList
Overloading hashCode() and equals()