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
()
| 222 | * @see ListIterator |
| 223 | */ |
| 224 | public ListIterator<E> listIterator(); |
| 225 | |
| 226 | /** |
| 227 | * Returns a list iterator on the elements of this {@code List}. The elements are |
no outgoing calls
no test coverage detected