Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14078
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: iteration |
| Date | 2012-05-01 08:59 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <jnp18o$uni$2@dont-email.me> (permalink) |
| References | <27598671.190.1335882575014.JavaMail.geo-discussion-forums@ynbq3> |
On 5/1/2012 7:29 AM, bob wrote:
> What's the name of this type of iteration in Java?
>
> for (Player p : players)
> {
>
> }
>
> I haven't seen this until recently.
You will also get Google hits with "Java for each"
<http://docs.oracle.com/javase/1.5.0/docs/guide/language/foreach.html>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
iteration bob <bob@coolfone.comze.com> - 2012-05-01 07:29 -0700
Re: iteration Patricia Shanahan <pats@acm.org> - 2012-05-01 07:45 -0700
Re: iteration Arivald <NOSPAMarivald@interia.pl> - 2012-05-01 19:39 +0200
Re: iteration markspace <-@.> - 2012-05-01 08:59 -0700
Re: iteration Roedy Green <see_website@mindprod.com.invalid> - 2012-05-01 13:39 -0700
Re: iteration Arne Vajhøj <arne@vajhoej.dk> - 2012-05-01 18:47 -0400
csiph-web