Class ShortArrayList.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList.InternalShortIterator
- All Implemented Interfaces:
MutableShortIterator
,ShortIterator
- Enclosing class:
ShortArrayList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Index of element to be returned by subsequent call to next.private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentIndex
private int currentIndexIndex of element to be returned by subsequent call to next. -
lastIndex
private int lastIndex
-
-
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
-
remove
public void remove()- Specified by:
remove
in interfaceMutableShortIterator
-