Class IntHashSet.InternalIntIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.InternalIntIterator
- All Implemented Interfaces:
IntIterator, MutableIntIterator
- Enclosing class:
IntHashSet
- 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
-
remove
public void remove()- Specified by:
removein interfaceMutableIntIterator
-