class org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator implements org.eclipse.collections.api.iterator.ShortIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private short zeroToThirtyOne;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet this$1;
    descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
         0: .line 1652
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet$InternalShortIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
         0: .line 1660
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet.size:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet$InternalShortIterator;

  public short next();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
         0: .line 1665
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.hasNext:()Z
            ifne 2
         1: .line 1667
            new java.util.NoSuchElementException
            dup
            ldc "next() called, but the iterator is exhausted"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.count:I
         3: .line 1671
            goto 9
         4: .line 1673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet.contains:(S)Z
            ifeq 8
         5: .line 1675
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
            istore 1 /* result */
        start local 1 // short result
         6: .line 1676
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
         7: .line 1677
            iload 1 /* result */
            ireturn
        end local 1 // short result
         8: .line 1679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
            iconst_1
            iadd
            i2s
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
         9: .line 1671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.zeroToThirtyOne:S
            bipush 32
            if_icmplt 4
        10: .line 1682
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet.table:[S
            astore 1 /* table */
        start local 1 // short[] table
        11: .line 1683
            goto 13
        12: .line 1685
      StackMap locals: short[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
        13: .line 1683
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
            saload
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.isNonSentinel:(S)Z
            ifeq 12
        14: .line 1687
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
            saload
            istore 2 /* result */
        start local 2 // short result
        15: .line 1688
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator.position:I
        16: .line 1689
            iload 2 /* result */
            ireturn
        end local 2 // short result
        end local 1 // short[] table
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/ShortHashSet$ImmutableShortHashSet$InternalShortIterator;
            6    8     1  result  S
           11   17     1   table  [S
           15   17     2  result  S
}
SourceFile: "ShortHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
InnerClasses:
  private final ImmutableShortHashSet = org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet of org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet
  private InternalShortIterator = org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet$InternalShortIterator of org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet$ImmutableShortHashSet