Class ImmutableIntIntMapKeySet.InternalIntIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.InternalIntIterator
- All Implemented Interfaces:
IntIterator
- Enclosing class:
ImmutableIntIntMapKeySet
- Since:
- 6.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate booleanprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne
-
-
Constructor Details
-
InternalIntIterator
private InternalIntIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIntIterator
-
next
public int next()- Specified by:
nextin interfaceIntIterator
-