Are you just asking how to iterate over a Map? If so, check out the API- there is a method that returns a set that contains all of the keys, and there is a method that returns the mapped value of a...