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 java.lang.Object implements CharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private boolean
handledOne
private boolean
handledZero
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalCharIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
char
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()
- Specified by:
next
in interfaceCharIterator
-
-