Back to Intellij Community

Description

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

2025.3-rc-2156 B
Original Source

Replaces a for-each loop which iterates over a collection or array with an equivalent for loop that uses an index to iterate over the collection or array.