Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Low
Description
various places code walks a keyset iterator in a loop and each time thru the loop does a map lookup for the value based on the current key. Avoid the map look ups by just iterating with an entry set iterator.