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

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

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

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

  private void <init>(org.eclipse.collections.impl.set.mutable.primitive.IntHashSet);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
         0: .line 1640
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet$InternalIntIterator;
    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.IntHashSet$InternalIntIterator this
         0: .line 1649
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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.IntHashSet$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet$InternalIntIterator;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
         0: .line 1655
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.hasNext:()Z
            ifne 2
         1: .line 1657
            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 1659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
         3: .line 1661
            goto 9
         4: .line 1663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.contains:(I)Z
            ifeq 8
         5: .line 1665
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            istore 1 /* result */
        start local 1 // int result
         6: .line 1666
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
         7: .line 1667
            iload 1 /* result */
            ireturn
        end local 1 // int result
         8: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
         9: .line 1661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            bipush 32
            if_icmplt 4
        10: .line 1672
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
            astore 1 /* table */
        start local 1 // int[] table
        11: .line 1673
            goto 13
        12: .line 1675
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
        13: .line 1673
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iaload
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
            ifeq 12
        14: .line 1677
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iaload
            istore 2 /* result */
        start local 2 // int result
        15: .line 1678
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
        16: .line 1679
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int[] table
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet$InternalIntIterator;
            6    8     1  result  I
           11   17     1   table  [I
           15   17     2  result  I

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
         0: .line 1685
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
            ifne 2
         1: .line 1687
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            bipush 32
            if_icmpgt 7
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            ifne 7
         3: .line 1692
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            iconst_1
            isub
            ishl
            ior
            if_icmpeq 5
         4: .line 1694
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         5: .line 1696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.zeroToThirtyOne:I
            iconst_1
            isub
            istore 1 /* removeValue */
        start local 1 // int removeValue
         6: .line 1697
            goto 10
        end local 1 // int removeValue
         7: .line 1698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            isub
            iaload
            iconst_1
            if_icmpne 9
         8: .line 1700
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         9: .line 1704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            isub
            iaload
            istore 1 /* removeValue */
        start local 1 // int removeValue
        10: .line 1706
      StackMap locals: int
      StackMap stack:
            iload 1 /* removeValue */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isBetweenZeroAndThirtyOne:(I)Z
            ifeq 13
        11: .line 1708
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            iload 1 /* removeValue */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.removeZeroToThirtyOne:(I)Z
            pop
        12: .line 1709
            goto 19
        13: .line 1710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            isub
            iaload
            iload 1 /* removeValue */
            if_icmpne 19
        14: .line 1712
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
            ifeq 16
        15: .line 1714
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyTable:()V
        16: .line 1716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.position:I
            iconst_1
            isub
            iconst_1
            iastore
        17: .line 1717
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
        18: .line 1718
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
        19: .line 1721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.count:I
        20: .line 1722
            return
        end local 1 // int removeValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet$InternalIntIterator;
            6    7     1  removeValue  I
           10   21     1  removeValue  I
}
SourceFile: "IntHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
InnerClasses:
  private InternalIntIterator = org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator of org.eclipse.collections.impl.set.mutable.primitive.IntHashSet