Class IntShortHashMap.KeySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMap.KeySetIterator
-
- All Implemented Interfaces:
IntIterator
,MutableIntIterator
- Enclosing class:
- IntShortHashMap
private class IntShortHashMap.KeySetIterator extends java.lang.Object implements MutableIntIterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
canRemove
private int
count
private boolean
handledOne
private boolean
handledZero
private int
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()
int
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIntIterator
-
next
public int next()
- Specified by:
next
in interfaceIntIterator
-
remove
public void remove()
- Specified by:
remove
in interfaceMutableIntIterator
-
-