Class ShortHashSet.InternalShortIterator

java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.InternalShortIterator
All Implemented Interfaces:
MutableShortIterator, ShortIterator
Enclosing class:
ShortHashSet

private class ShortHashSet.InternalShortIterator extends Object implements MutableShortIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • zeroToThirtyOne

      private short zeroToThirtyOne
  • Constructor Details

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details