Class IntIntHashMap.KeyValuesView.InternalKeyValuesIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.KeyValuesView.InternalKeyValuesIterator
- All Implemented Interfaces:
Iterator<IntIntPair>
- Enclosing class:
IntIntHashMap.KeyValuesView
public class IntIntHashMap.KeyValuesView.InternalKeyValuesIterator
extends Object
implements Iterator<IntIntPair>
- 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<IntIntPair>
-
remove
public void remove()- Specified by:
removein interfaceIterator<IntIntPair>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<IntIntPair>
-