Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list. The specified index indicates the first element that would be returned by an initial call to java.util.ListIterator.next(). An initial call to java.util.ListIterator.previous() would return the element with the specified index minus one.
public java.util.ListIterator<ImGearPage> listIterator(
int
)
|
Parameters
- index
- index of first element to be returned from the list iterator (by a call to the next method)
Return Value
a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list