Class ImmutableShortMapKeySet.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySet.InternalShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
ImmutableShortMapKeySet
- 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
-
InternalShortIterator
private InternalShortIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceShortIterator
-
next
public short next()- Specified by:
nextin interfaceShortIterator
-