Class ShortHashSet.ImmutableShortHashSet.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.ImmutableShortHashSet.InternalShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
ShortHashSet.ImmutableShortHashSet
private class ShortHashSet.ImmutableShortHashSet.InternalShortIterator
extends Object
implements ShortIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
position
private int position -
zeroToThirtyOne
private short zeroToThirtyOne
-
-
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
-