Class ShortHashSet.InternalShortIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.InternalShortIterator
- All Implemented Interfaces:
MutableShortIterator, ShortIterator
- Enclosing class:
ShortHashSet
- Since:
- 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate 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:
hasNextin interfaceShortIterator
-
next
public short next()- Specified by:
nextin interfaceShortIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableShortIterator
-