blob: 0a34e5bcdeb3c8d0680aa5e410b4ff3e8267b0eb [file] [log] [blame]
<html>
<body>
This intention replaces a JDK 5.0 for-each loop which
iterates over a collection with an equivalent <b>for</b> loop that uses an
<b>java.util.Iterator</b> to iterate over the collection.
</body>
</html>