Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: bob Newsgroups: comp.lang.java.programmer Subject: iteration Date: Tue, 1 May 2012 07:29:35 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: <27598671.190.1335882575014.JavaMail.geo-discussion-forums@ynbq3> NNTP-Posting-Host: 184.76.139.203 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1335882674 19904 127.0.0.1 (1 May 2012 14:31:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 May 2012 14:31:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=184.76.139.203; posting-account=v1lx5wkAAAALWYfGBkwkMb2guPF9cW2u User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:14074 What's the name of this type of iteration in Java? for (Player p : players) { } I haven't seen this until recently.