Class LongFloatHashMap.KeyValuesView.InternalKeyValuesIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMap.KeyValuesView.InternalKeyValuesIterator
- All Implemented Interfaces:
Iterator<LongFloatPair>
- Enclosing class:
LongFloatHashMap.KeyValuesView
public class LongFloatHashMap.KeyValuesView.InternalKeyValuesIterator
extends Object
implements Iterator<LongFloatPair>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private boolean
private int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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:
next
in interfaceIterator<LongFloatPair>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<LongFloatPair>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<LongFloatPair>
-