Hi,

In the JavaBean Introspection example there is a 'for' loop with a 
syntax I haven't seen before:

"        for ( PropertyDescriptor pd : info.getPropertyDescriptors() ){
             // action here;
         }
"

This obviously isn't the "for (init: test; increment){action}" syntax!

* Where can I find documentation for this kind of for loop?
* More generally, is there a documentation resource for basic 
language elements?  I can't see anything in javadoc about for 
loops!  Am I missing something obvious?

TIA

Pete S


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to