Class DoubleFloatHashMap.KeyValuesView.InternalKeyValuesIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMap.KeyValuesView.InternalKeyValuesIterator
- All Implemented Interfaces:
Iterator<DoubleFloatPair>
- Enclosing class:
DoubleFloatHashMap.KeyValuesView
public class DoubleFloatHashMap.KeyValuesView.InternalKeyValuesIterator
extends Object
implements Iterator<DoubleFloatPair>
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate booleanprivate int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
count
private int count -
position
private int position -
handledZero
private boolean handledZero -
handledOne
private boolean handledOne
-
-
Constructor Details
-
InternalKeyValuesIterator
public InternalKeyValuesIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<DoubleFloatPair>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DoubleFloatPair>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DoubleFloatPair>
-