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.