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 java.lang.Object implements ShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private boolean
handledOne
private boolean
handledZero
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalShortIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
short
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()
- Specified by:
next
in interfaceShortIterator
-
-