Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/ReplaceForEachLoopWithIteratorForLoopIntention/description.html

2025.3-rc-2154 B
Original Source

Replaces a for-each loop which iterates over a collection with an equivalent for loop that uses a java.util.Iterator to iterate over the collection.