Uses of Interface
java.util.ListIterator
-
Packages that use ListIterator Package Description java.util -
-
Uses of ListIterator in java.util
Methods in java.util that return ListIterator Modifier and Type Method Description ListIterator<E>
ArrayList. listIterator()
Returns a list iterator over the elements in this list (in proper sequence).ListIterator<E>
ArrayList. listIterator(int index)
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.ListIterator<E>
List. listIterator()
Returns aList
iterator on the elements of thisList
.ListIterator<E>
List. listIterator(int location)
Returns a list iterator on the elements of thisList
.
-