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