class org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator implements org.eclipse.collections.api.iterator.DoubleIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$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 boolean handledZero;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean handledOne;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator this
         0: .line 643
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 645
            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 647
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.count:I
         3: .line 649
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.handledZero:Z
            ifne 7
         4: .line 651
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.handledZero:Z
         5: .line 652
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableDoubleMapKeySet;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.containsZeroKey:Z
            ifeq 7
         6: .line 654
            dconst_0
            dreturn
         7: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.handledOne:Z
            ifne 11
         8: .line 659
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.handledOne:Z
         9: .line 660
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableDoubleMapKeySet;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.containsOneKey:Z
            ifeq 11
        10: .line 662
            dconst_1
            dreturn
        11: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableDoubleMapKeySet;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.keys:[D
            astore 1 /* keys */
        start local 1 // double[] keys
        12: .line 667
            goto 14
        13: .line 669
      StackMap locals: double[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
        14: .line 667
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.isNonSentinel:(D)Z
            ifeq 13
        15: .line 671
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableDoubleMapKeySet;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.keys:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
            daload
            dstore 2 /* result */
        start local 2 // double result
        16: .line 672
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator.position:I
        17: .line 673
            dload 2 /* result */
            dreturn
        end local 2 // double result
        end local 1 // double[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableDoubleMapKeySet$InternalDoubleIterator;
           12   18     1    keys  [D
           16   18     2  result  D
}
SourceFile: "ImmutableDoubleMapKeySet.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet
InnerClasses:
  private InternalDoubleIterator = org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet$InternalDoubleIterator of org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet