kemitix-checkstyle-ruleset/builder/src/main/resources/rules/MapIterationInForEachLoop.md

192 B

Checks for unoptimised iterations over Maps. Check use of map.values(), map.keySet() and map.entrySet() against the use of the iterator produced to verify if another could be better.