java - Iterate through a HashMap - Stack Overflow
Possible Duplicate: How do I iterate over each Entry in a Collection Map? What's the best way to iterate over the items in a HashMap? ... @ChadOkere - the for-each loop you mention may be cleaner in some cases, but there are cases where the iterator is be...