Class DoubleDoubleHashMap.InternalDoubleIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMap.InternalDoubleIterator
-
- All Implemented Interfaces:
DoubleIterator
,MutableDoubleIterator
- Enclosing class:
- DoubleDoubleHashMap
private class DoubleDoubleHashMap.InternalDoubleIterator extends java.lang.Object implements MutableDoubleIterator
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
canRemove
private int
count
private boolean
handledOne
private boolean
handledZero
private double
lastKey
private int
position
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalDoubleIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
double
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()
- Specified by:
next
in interfaceDoubleIterator
-
remove
public void remove()
- Specified by:
remove
in interfaceMutableDoubleIterator
-
-