java.lang.Object
simula.runtime.RTS_RTObject.ForListIterator
- Enclosing class:
RTS_RTObject
Simula for-statement for-list iterator
-
Field Summary
Modifier and TypeFieldDescription(package private) final RTS_RTObject.ForElt[]
The ForElt array.(package private) int
Current index into the ForElt array. -
Constructor Summary
ConstructorDescriptionForListIterator
(RTS_RTObject.ForElt... forElt) Create a ForListIterator consisting of an array of ForElt Iterators. -
Method Summary
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, remove
-
Field Details
-
forElt
The ForElt array. -
index
int indexCurrent index into the ForElt array.
-
-
Constructor Details
-
ForListIterator
Create a ForListIterator consisting of an array of ForElt Iterators.- Parameters:
forElt
- an array of ForElt Iterators.
-
-
Method Details