Class ObjectShortHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator
- All Implemented Interfaces:
Iterator<ObjectShortPair<K>>
- Enclosing class:
ObjectShortHashMapWithHashingStrategy.KeyValuesView
public class ObjectShortHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator
extends Object
implements Iterator<ObjectShortPair<K>>
-
Field Details
-
count
private int count -
position
private int position
-
-
Constructor Details
-
InternalKeyValuesIterator
public InternalKeyValuesIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<ObjectShortPair<K>>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ObjectShortPair<K>>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ObjectShortPair<K>>
-