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

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

  private long zeroToThirtyOne;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

  public long next();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator this
         0: .line 1709
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.hasNext:()Z
            ifne 2
         1: .line 1711
            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 1713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.count:I
         3: .line 1715
            goto 9
         4: .line 1717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.contains:(J)Z
            ifeq 8
         5: .line 1719
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            lstore 1 /* result */
        start local 1 // long result
         6: .line 1720
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            lconst_1
            ladd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
         7: .line 1721
            lload 1 /* result */
            lreturn
        end local 1 // long result
         8: .line 1723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            lconst_1
            ladd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
         9: .line 1715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            ldc 32
            lcmp
            iflt 4
        10: .line 1726
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.table:[J
            astore 1 /* table */
        start local 1 // long[] table
        11: .line 1727
            goto 13
        12: .line 1729
      StackMap locals: long[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
        13: .line 1727
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            laload
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.isNonSentinel:(J)Z
            ifeq 12
        14: .line 1731
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            laload
            lstore 2 /* result */
        start local 2 // long result
        15: .line 1732
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
        16: .line 1733
            lload 2 /* result */
            lreturn
        end local 2 // long result
        end local 1 // long[] table
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet$InternalLongIterator;
            6    8     1  result  J
           11   17     1   table  [J
           15   17     2  result  J

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator this
         0: .line 1739
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.count:I
            ifne 2
         1: .line 1741
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1744
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            ldc 32
            lcmp
            ifgt 7
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            ifne 7
         3: .line 1746
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.zeroToThirtyOne:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.zeroToThirtyOne:I
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            lconst_1
            lsub
            l2i
            ishl
            ior
            if_icmpeq 5
         4: .line 1748
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         5: .line 1750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.zeroToThirtyOne:J
            lconst_1
            lsub
            lstore 1 /* removeValue */
        start local 1 // long removeValue
         6: .line 1751
            goto 10
        end local 1 // long removeValue
         7: .line 1752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.table:[J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            isub
            laload
            lconst_1
            lcmp
            ifne 9
         8: .line 1754
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         9: .line 1758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.table:[J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            isub
            laload
            lstore 1 /* removeValue */
        start local 1 // long removeValue
        10: .line 1760
      StackMap locals: long
      StackMap stack:
            lload 1 /* removeValue */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.isBetweenZeroAndThirtyOne:(J)Z
            ifeq 13
        11: .line 1762
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            lload 1 /* removeValue */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.removeZeroToThirtyOne:(J)Z
            pop
        12: .line 1763
            goto 19
        13: .line 1764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.table:[J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            isub
            laload
            lload 1 /* removeValue */
            lcmp
            ifne 19
        14: .line 1766
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.copyOnWrite:Z
            ifeq 16
        15: .line 1768
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.copyTable:()V
        16: .line 1770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.table:[J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.position:I
            iconst_1
            isub
            lconst_1
            lastore
        17: .line 1771
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.occupiedWithData:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.occupiedWithData:I
        18: .line 1772
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.occupiedWithSentinels:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.occupiedWithSentinels:I
        19: .line 1775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator.count:I
        20: .line 1776
            return
        end local 1 // long removeValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet$InternalLongIterator;
            6    7     1  removeValue  J
           10   21     1  removeValue  J
}
SourceFile: "LongHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
InnerClasses:
  private InternalLongIterator = org.eclipse.collections.impl.set.mutable.primitive.LongHashSet$InternalLongIterator of org.eclipse.collections.impl.set.mutable.primitive.LongHashSet