Class ImmutableCharArrayList.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayList.InternalCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
ImmutableCharArrayList
-
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
-
InternalCharIterator
private InternalCharIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()- Specified by:
next
in interfaceCharIterator
-