Package eu.bandm.tools.umod.runtime
Class CheckedList.CheckedListIterator
java.lang.Object
eu.bandm.tools.umod.runtime.CheckedList.CheckedListIterator
- All Implemented Interfaces:
Iterator<T>
,ListIterator<T>
- Direct Known Subclasses:
CheckedListPlus.CheckedListPlusIterator
- Enclosing class:
- CheckedList<T>
-
Field Details
-
pIterator
-
-
Constructor Details
-
CheckedListIterator
-
-
Method Details
-
add
- Specified by:
add
in interfaceListIterator<T>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<T>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<T>
-
previous
- Specified by:
previous
in interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<T>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<T>
-