Class ImmutableShortMapKeySet.InternalShortIterator

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySet.InternalShortIterator
All Implemented Interfaces:
ShortIterator
Enclosing class:
ImmutableShortMapKeySet

private class ImmutableShortMapKeySet.InternalShortIterator extends Object implements ShortIterator
  • Field Details

    • count

      private int count
    • position

      private int position
    • handledZero

      private boolean handledZero
    • handledOne

      private boolean handledOne
  • Constructor Details

    • InternalShortIterator

      private InternalShortIterator()
  • Method Details