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: Ie4cb988e2d6df11ad3739fa1f4d735e60aa96826
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2 files changed
tree: 20e2eab76d44c0295dfc8530e5cd9eae8fa8a8f5
  1. bundles/
  2. features/
  3. tests/
  4. .gitignore
  5. CONTRIBUTING
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.MD
README.MD

eclipse.platform.ui.tools

Repository for the platform tools to develop Eclipse 4 RCP applications.

How to build

Use the following command to build the components in this repository.

mvn clean verify -Pbuild-individual-bundles