Class CharHashSet.ImmutableCharHashSet.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.ImmutableCharHashSet.InternalCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
CharHashSet.ImmutableCharHashSet
private class CharHashSet.ImmutableCharHashSet.InternalCharIterator
extends Object
implements CharIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private char
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
zeroToThirtyOne
private char zeroToThirtyOne
-
-
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
-