@User public class CheckedListPlus.CheckedListPlusIterator extends CheckedList.CheckedListIterator
pIterator
Constructor and Description |
---|
CheckedListPlusIterator(ListIterator<T> piter) |
Modifier and Type | Method and Description |
---|---|
void |
remove() |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
@User public CheckedListPlusIterator(ListIterator<T> piter)
@User public void remove()
remove
in interface Iterator<T>
remove
in interface ListIterator<T>
remove
in class CheckedList.CheckedListIterator
see also the complete user documentation .