mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
8 lines
218 B
HTML
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>
|