Class CharHashSet.InternalCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.InternalCharIterator
-
- All Implemented Interfaces:
CharIterator
,MutableCharIterator
- Enclosing class:
- CharHashSet
private class CharHashSet.InternalCharIterator extends java.lang.Object implements MutableCharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private int
position
private char
zeroToThirtyOne
-
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()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()
- Specified by:
next
in interfaceCharIterator
-
remove
public void remove()
- Specified by:
remove
in interfaceMutableCharIterator
-
-