Class CodePointAdapter.InternalIntIterator
java.lang.Object
org.eclipse.collections.impl.string.immutable.CodePointAdapter.InternalIntIterator
- All Implemented Interfaces:
IntIterator
- Enclosing class:
CodePointAdapter
-
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
-
InternalIntIterator
private InternalIntIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIntIterator
-
next
public int next()- Specified by:
next
in interfaceIntIterator
-