Package eu.bandm.tools.tdom.runtime
Class CheckedListPlus.CheckedListPlusIterator
java.lang.Object
CheckedList<T>.CheckedListIterator
eu.bandm.tools.tdom.runtime.CheckedListPlus.CheckedListPlusIterator
- All Implemented Interfaces:
Iterator<T>
,ListIterator<T>
- Enclosing class:
- CheckedListPlus<T>
-
Field Summary
Fields inherited from class eu.bandm.tools.umod.runtime.CheckedList.CheckedListIterator
pIterator
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.umod.runtime.CheckedList.CheckedListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
CheckedListPlusIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<T>
- Specified by:
remove
in interfaceListIterator<T>
- Overrides:
remove
in classCheckedList<T>.CheckedListIterator
-