Class ImmutableCharArrayList.InternalCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayList.InternalCharIterator
-
- All Implemented Interfaces:
CharIterator
- Enclosing class:
- ImmutableCharArrayList
private class ImmutableCharArrayList.InternalCharIterator extends java.lang.Object implements CharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentIndex
Index of element to be returned by subsequent call to next.
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalCharIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
char
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()
- Specified by:
next
in interfaceCharIterator
-
-