Package eu.bandm.tools.tdom.runtime
Class CheckedListPlus.CheckedListPlusIterator
java.lang.Object
CheckedList<T>.eu.bandm.tools.umod.runtime.CheckedList.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
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.umod.runtime.CheckedList.CheckedListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
CheckedListPlusIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
removein interfaceIterator<T>- Specified by:
removein interfaceListIterator<T>- Overrides:
removein classCheckedList<T>.CheckedListIterator
-