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
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate 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:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-