| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<E> |
List.listIterator()
Returns a
List iterator on the elements of this List. |
ListIterator<E> |
AbstractList.listIterator()
Returns a ListIterator on the elements of this list.
|
ListIterator<E> |
List.listIterator(int location)
Returns a list iterator on the elements of this
List. |
ListIterator<E> |
LinkedList.listIterator(int location)
Returns a ListIterator on the elements of this
LinkedList. |
abstract ListIterator<E> |
AbstractSequentialList.listIterator(int location) |
ListIterator<E> |
AbstractList.listIterator(int location)
Returns a list iterator on the elements of this list.
|
Copyright © 2026. All rights reserved.