MAPS and HASHMAPS

Objective #1: What is a Map or a HashMap.

Objective #2: How to declare and impliment a HashMap

Objective #3: How to add objects to your HashMap

Objective #4: How to retrive data from your HashMap

Objective #5: How to change the values of a object stored within a HashMap

Objective #6: Using HashMaps with Buttons

Objective #7: Using HashMaps to declare similar variables dynamically (NOT ENCOURAGED unless you have alot of variables of the same type that will have similar names(I'm putting this here mainly because it is something I needed and I found to be a MAJOR PAIN to find)

Objective #8: Getting values out of a HashMap that is stored within an ArrayList