@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, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining@User public CheckedListPlusIterator(ListIterator<T> piter)
@User public void remove()
remove in interface Iterator<T>remove in interface ListIterator<T>remove in class CheckedList.CheckedListIteratorsee also the complete user documentation .