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

3 lines
192 B
Markdown
Raw Normal View History

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