Files
2025-02-05 04:43:28 +00:00

8 lines
218 B
HTML

<html>
<body>
Replaces a <code>for-each</code> loop which
iterates over a collection with an equivalent <code>for</code> loop that uses a
<code>java.util.Iterator</code> to iterate over the collection.
</body>
</html>