class org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator implements org.eclipse.collections.api.iterator.MutableDoubleIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator
  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 lastKey;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
         0: .line 3984
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.hasNext:()Z
            ifne 2
         1: .line 3986
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
         3: .line 3989
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
         4: .line 3991
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledZeroKey:Z
            ifne 9
         5: .line 3993
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledZeroKey:Z
         6: .line 3994
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
            ifeq 9
         7: .line 3996
            aload 0 /* this */
            dconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
         8: .line 3997
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
            dreturn
         9: .line 4000
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledOneKey:Z
            ifne 14
        10: .line 4002
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledOneKey:Z
        11: .line 4003
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
            ifeq 14
        12: .line 4005
            aload 0 /* this */
            dconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
        13: .line 4006
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
            dreturn
        14: .line 4009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            astore 1 /* keys */
        start local 1 // double[] keys
        15: .line 4010
            goto 17
        16: .line 4012
      StackMap locals: double[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
        17: .line 4010
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 16
        18: .line 4014
            aload 0 /* this */
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
            daload
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
        19: .line 4015
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
        20: .line 4016
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
            dreturn
        end local 1 // double[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
           15   21     1  keys  [D

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
         0: .line 4022
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
            ifne 2
         1: .line 4024
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 4026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
            pop
         3: .line 4027
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
         4: .line 4028
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
         5: .line 4029
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
}
SourceFile: "DoubleObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
InnerClasses:
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap