protected class UnsupportedList.ListItr extends UnsupportedList.Itr implements ListIterator<T>
cursor, lastRet| Constructor and Description |
|---|
ListItr(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T o) |
boolean |
hasPrevious() |
int |
nextIndex() |
T |
previous() |
int |
previousIndex() |
void |
set(T o) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removeforEachRemainingpublic boolean hasPrevious()
hasPrevious in interface ListIterator<T>public T previous()
previous in interface ListIterator<T>public int nextIndex()
nextIndex in interface ListIterator<T>public int previousIndex()
previousIndex in interface ListIterator<T>public void set(T o)
set in interface ListIterator<T>public void add(T o)
add in interface ListIterator<T>Copyright © 2021 Hitachi Vantara. All rights reserved.