Class ImmutableCharMapKeySet.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySet.InternalCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
ImmutableCharMapKeySet
- Since:
- 6.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate booleanprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne
-
-
Constructor Details
-
InternalCharIterator
private InternalCharIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-