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 intIndex of element to be returned by subsequent call to next. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
currentIndex
protected int currentIndexIndex of element to be returned by subsequent call to next. -
list
-
-
Constructor Details
-
ImmutableIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-