Class LongDoubleHashMap.InternalDoubleIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMap.InternalDoubleIterator
-
- All Implemented Interfaces:
DoubleIterator,MutableDoubleIterator
- Enclosing class:
- LongDoubleHashMap
private class LongDoubleHashMap.InternalDoubleIterator extends java.lang.Object implements MutableDoubleIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate intcountprivate booleanhandledOneprivate booleanhandledZeroprivate longlastKeyprivate intposition
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalDoubleIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()doublenext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceDoubleIterator
-
next
public double next()
- Specified by:
nextin interfaceDoubleIterator
-
remove
public void remove()
- Specified by:
removein interfaceMutableDoubleIterator
-
-