@TeriRadichel | Cloud. Security. Software.
Notes. Code. Cloud. AWS. Security. Automation. Databases. Bugs. Error Messages. No Guarantees.
Teri Radichel - Software Programmer and System Architect - Cloud + Security
2nd Sight Lab
@teriradichel
GitHub
Seattle AWS
LinkedIn
Slideshare
Saturday, August 15, 2009
Java Generics List Iterator
Example of using Java generics list iterator
List<Element> l;
for (ListIterator<Element> it = l.listIterator(); it.hasNext(); )
{
Element e = it.next();
.....
}
Newer Post
Older Post
Home