posted 13 years ago
Guys,
I'm trying to iterate over a Map that contains an Object as a Key and has a List of other Objects as value.
For example., Map < MyObject, List < OtherObject> > myMap.
I need to iterate over myMap and display a couple of variables from the key and the remaining couple from the value. In essence I need to do something like
myMap.MyObject.firstName and myMap.MyObject.lastName and get the other values from the value as myMap.OtherObject.address1.street and so on....
I have a simple iterator as below:
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!