Class ShortByteHashMap.KeySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMap.KeySetIterator
-
- All Implemented Interfaces:
MutableShortIterator
,ShortIterator
- Enclosing class:
- ShortByteHashMap
private class ShortByteHashMap.KeySetIterator extends java.lang.Object implements MutableShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
canRemove
private int
count
private boolean
handledOne
private boolean
handledZero
private short
lastKey
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
KeySetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
short
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()
- Specified by:
next
in interfaceShortIterator
-
remove
public void remove()
- Specified by:
remove
in interfaceMutableShortIterator
-
-