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