Iterate over Map.entrySet instead of Map.keySet and value search

Faster than first getting the keys and afterwards reading the value.

Done with Autorefactor https://github.com/JnRouvignac/AutoRefactor/
batch conversion using the iterate over
Map.entrySet instead of Map.keySet and value search

Change-Id: I438796d7ce3abd35c5a8922559c582ef8685ed08
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
5 files changed