Class ImmutableCharCharMapKeySet.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharCharMapKeySet.InternalCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
ImmutableCharCharMapKeySet
private class ImmutableCharCharMapKeySet.InternalCharIterator
extends Object
implements CharIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private boolean
private 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:
hasNext
in interfaceCharIterator
-
next
public char next()- Specified by:
next
in interfaceCharIterator
-