Class LongObjectHashMap.KeysSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.KeysSetIterator
-
- All Implemented Interfaces:
LongIterator
,MutableLongIterator
- Enclosing class:
- LongObjectHashMap<V>
private class LongObjectHashMap.KeysSetIterator extends java.lang.Object implements MutableLongIterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
canRemove
private int
count
private boolean
handledOneKey
private boolean
handledZeroKey
private long
lastKey
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
KeysSetIterator()
-
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
-
-