Class IntDoubleHashMap.KeySetIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.KeySetIterator
- All Implemented Interfaces:
IntIterator, MutableIntIterator
- Enclosing class:
IntDoubleHashMap
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate booleanprivate booleanprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
lastKey
private int lastKey -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne -
canRemove
private boolean canRemove
-
-
Constructor Details
-
KeySetIterator
private KeySetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIntIterator
-
next
public int next()- Specified by:
nextin interfaceIntIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableIntIterator
-