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 java.lang.Object implements ShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intcountprivate intpositionprivate shortzeroToThirtyOne
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalShortIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()shortnext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceShortIterator
-
next
public short next()
- Specified by:
nextin interfaceShortIterator
-
-