Use jdk 5 for-each loop

Replace simple uses of Iterator with a corresponding for-loop. Also add
missing braces on loops as necessary.

Remove unnecessary type specifications

Since Java 7 the diamond operator can be used instead of explicit type
parameters.

Change-Id: Icdd672f1a21f7d1d41aed027ba82eaaa628efcb6
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
23 files changed