/ Published in: Java
This code uses the new Java 5 foreach loop to iterate through every element of a list. It avoids the need to declare an iterator.
Expand |
Embed | Plain Text
You need to login to post a comment.
cpjobling on 03/01/07
1 person have marked this snippet as a favorite
This code uses the new Java 5 foreach loop to iterate through every element of a list. It avoids the need to declare an iterator.
You need to login to post a comment.