Class CharAdapter.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.string.immutable.CharAdapter.InternalCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
CharAdapter
- Since:
- 7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intIndex 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:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-