If i create a class that has a member variable called "testName", and then create a few objects from this and place them all as values in a "Map". How can i iterate through this Map and modify the "testName" variable in each value Object?
In other words how can i access & modify members of an Object when that object has been placed in a Map.