Use map method directly if possible

JDT provides a new cleanup which allows to transform code to call
methods directly on map instead of accessing the values or the keys
before calling the same method.

Saves code which we have to read and might be slightly faster.

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