Class CharHashSet.InternalCharIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.InternalCharIterator
- All Implemented Interfaces:
CharIterator
,MutableCharIterator
- Enclosing class:
CharHashSet
-
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
-
remove
public void remove()- Specified by:
remove
in interfaceMutableCharIterator
-