Dear All,

I have a problem on using the iterator.

Why should I run “iter = myList.iterator();” one more time in order to get the correct results in TestLinkedList.java?

Please find the...