RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow Java arrow Java5 iterator for loop syntax
Java5 iterator for loop syntax PDF Print
There is a new collections iterator loop within java.

The syntax is

for(Item theItem: Items)
{
      ... use theItem
}

you can find more info about this at http://java.sun.com/j2se/1.5.0/docs/guide/language/foreach.html
 
< Prev   Next >
 
Designed by Graham Robinson Software