Class ImmutableDoubleDoubleMapKeySet.InternalDoubleIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleDoubleMapKeySet.InternalDoubleIterator
-
- All Implemented Interfaces:
DoubleIterator
- Enclosing class:
- ImmutableDoubleDoubleMapKeySet
private class ImmutableDoubleDoubleMapKeySet.InternalDoubleIterator extends java.lang.Object implements DoubleIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private boolean
handledOne
private boolean
handledZero
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()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()
- Specified by:
next
in interfaceDoubleIterator
-
-