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