Class ImmutableIterator<T>
java.lang.Object
org.eclipse.collections.impl.list.immutable.ImmutableIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
ImmutableListIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Index of element to be returned by subsequent call to next. -
Constructor Summary
Constructors -
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
-
Field Details
-
currentIndex
protected int currentIndexIndex of element to be returned by subsequent call to next. -
list
-
-
Constructor Details
-
ImmutableIterator
-
-
Method Details