Programming Tutorials

Comment on Tutorial - How to use Iterator in Java By Fazal



Comment Added by : Jeffrey

Comment Added at : 2009-10-06 21:45:41

Comment on Tutorial : How to use Iterator in Java By Fazal
The iterator returned by iterator() does not point to start of of collection. It points to head which is like -1.

View Tutorial