You can call listIterator method again to get an instance of iterator pointing at beginning of list:
iter = list.listIterator();
You can call listIterator method again to get an instance of iterator pointing at beginning of list:
iter = list.listIterator();