Class IntHashSet.ImmutableIntHashSet.InternalIntIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.ImmutableIntHashSet.InternalIntIterator
- All Implemented Interfaces:
IntIterator
- Enclosing class:
IntHashSet.ImmutableIntHashSet
private class IntHashSet.ImmutableIntHashSet.InternalIntIterator
extends Object
implements IntIterator
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
zeroToThirtyOne
private int zeroToThirtyOne
-
-
Constructor Details
-
InternalIntIterator
private InternalIntIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIntIterator
-
next
public int next()- Specified by:
nextin interfaceIntIterator
-