// ... the other List methods ... /** Returns an iterator of all the nodes in the list. */ public Iterator positions(); /** Returns an iterator of all the elements in the list. */ public Iterator elements();