blob: c78773006ae5b3b6196fddb1c5975426faace534 [file] [log] [blame]
<html>
<body>
This intention replaces a JDK 5.0 for-each loop which
iterates over a collection or array with an equivalent <b>for</b> loop that uses an index to
iterate over the collection or array and the size or length is stored in local variable.
</body>
</html>