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: Iba43f18044c0a292989db477cf5f3df38871baa0
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
5 files changed