| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<E> |
List.listIterator()
Returns a list iterator over the elements in this list (in proper
sequence).
|
ListIterator<E> |
List.listIterator(int index)
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
|
Copyright © 2025 API Design. All Rights Reserved.