Class ObjectShortHashMapWithHashingStrategy.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy.InternalShortIterator
- All Implemented Interfaces:
MutableShortIterator
,ShortIterator
- Enclosing class:
ObjectShortHashMapWithHashingStrategy<K>
private class ObjectShortHashMapWithHashingStrategy.InternalShortIterator
extends Object
implements MutableShortIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position
-
-
Constructor Details
-
InternalShortIterator
private InternalShortIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()- Specified by:
next
in interfaceShortIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableShortIterator
-