Class ImmutableShortShortMapKeySet.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortShortMapKeySet.InternalShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
ImmutableShortShortMapKeySet
private class ImmutableShortShortMapKeySet.InternalShortIterator
extends Object
implements ShortIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private boolean
private 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:
hasNext
in interfaceShortIterator
-
next
public short next()- Specified by:
next
in interfaceShortIterator
-