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

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

  private double zeroToThirtyOne;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

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

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator this
         0: .line 1723
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 1725
            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 1727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.count:I
         3: .line 1729
            goto 9
         4: .line 1731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.contains:(D)Z
            ifeq 8
         5: .line 1733
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            dstore 1 /* result */
        start local 1 // double result
         6: .line 1734
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            dconst_1
            dadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
         7: .line 1735
            dload 1 /* result */
            dreturn
        end local 1 // double result
         8: .line 1737
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            dconst_1
            dadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
         9: .line 1729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            ldc 32.0
            dcmpg
            iflt 4
        10: .line 1740
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.table:[D
            astore 1 /* table */
        start local 1 // double[] table
        11: .line 1741
            goto 13
        12: .line 1743
      StackMap locals: double[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
        13: .line 1741
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            daload
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.isNonSentinel:(D)Z
            ifeq 12
        14: .line 1745
            aload 1 /* table */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            daload
            dstore 2 /* result */
        start local 2 // double result
        15: .line 1746
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
        16: .line 1747
            dload 2 /* result */
            dreturn
        end local 2 // double result
        end local 1 // double[] table
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet$InternalDoubleIterator;
            6    8     1  result  D
           11   17     1   table  [D
           15   17     2  result  D

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator this
         0: .line 1753
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.count:I
            ifne 2
         1: .line 1755
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            ldc 32.0
            dcmpg
            ifgt 7
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            ifne 7
         3: .line 1760
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.zeroToThirtyOne:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.zeroToThirtyOne:I
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            d2i
            iconst_1
            isub
            ishl
            ior
            if_icmpeq 5
         4: .line 1762
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         5: .line 1764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.zeroToThirtyOne:D
            dconst_1
            dsub
            dstore 1 /* removeValue */
        start local 1 // double removeValue
         6: .line 1765
            goto 10
        end local 1 // double removeValue
         7: .line 1766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.table:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            isub
            daload
            dconst_1
            invokestatic java.lang.Double.compare:(DD)I
            ifne 9
         8: .line 1768
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         9: .line 1772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.table:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            isub
            daload
            dstore 1 /* removeValue */
        start local 1 // double removeValue
        10: .line 1774
      StackMap locals: double
      StackMap stack:
            dload 1 /* removeValue */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.isBetweenZeroAndThirtyOne:(D)Z
            ifeq 13
        11: .line 1776
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            dload 1 /* removeValue */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.removeZeroToThirtyOne:(D)Z
            pop
        12: .line 1777
            goto 19
        13: .line 1778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.table:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            isub
            daload
            dload 1 /* removeValue */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 19
        14: .line 1780
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.copyOnWrite:Z
            ifeq 16
        15: .line 1782
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.copyTable:()V
        16: .line 1784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.table:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.position:I
            iconst_1
            isub
            dconst_1
            dastore
        17: .line 1785
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.occupiedWithData:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.occupiedWithData:I
        18: .line 1786
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.occupiedWithSentinels:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.occupiedWithSentinels:I
        19: .line 1789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator.count:I
        20: .line 1790
            return
        end local 1 // double removeValue
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet$InternalDoubleIterator;
            6    7     1  removeValue  D
           10   21     1  removeValue  D
}
SourceFile: "DoubleHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
InnerClasses:
  private InternalDoubleIterator = org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet$InternalDoubleIterator of org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet