rules.MapIterationInForEachLoop.md Maven / Gradle / Ivy
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.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy