Class ImmutableShortArrayList.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayList.InternalShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
ImmutableShortArrayList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Index of element to be returned by subsequent call to next. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndexIndex of element to be returned by subsequent call to next.
-
-
Constructor Details
-
InternalShortIterator
private InternalShortIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()- Specified by:
next
in interfaceShortIterator
-