Returns a List iterator on the elements of this List. The elements are iterated in the same order that they occur in the List. @return a List iterator on the elements of this List @see ListIterator
()
| 220 | * @see ListIterator |
| 221 | */ |
| 222 | public ListIterator<E> listIterator(); |
| 223 | |
| 224 | /** |
| 225 | * Returns a list iterator on the elements of this {@code List}. The elements are |
no outgoing calls
no test coverage detected