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