class org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$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.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator this
         0: .line 1307
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap$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.ObjectDoubleHashMap$InternalDoubleIterator this
         0: .line 1315
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.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.ObjectDoubleHashMap$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap$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.ObjectDoubleHashMap$InternalDoubleIterator this
         0: .line 1321
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 1323
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.keys:[Ljava/lang/Object;
            astore 1 /* keys */
        start local 1 // java.lang.Object[] keys
         3: .line 1327
            goto 5
         4: .line 1329
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
         5: .line 1327
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 4
         6: .line 1331
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.values:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            daload
            dstore 2 /* result */
        start local 2 // double result
         7: .line 1332
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.count:I
         8: .line 1333
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
         9: .line 1334
            dload 2 /* result */
            dreturn
        end local 2 // double result
        end local 1 // java.lang.Object[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap$InternalDoubleIterator;
            3   10     1    keys  [Ljava/lang/Object;
            7   10     2  result  D

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator this
         0: .line 1340
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            iconst_1
            isub
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1342
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.position:I
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.remove:(Ljava/lang/Object;)V
         3: .line 1345
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator.count:I
         4: .line 1346
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectDoubleHashMap$InternalDoubleIterator;
}
SourceFile: "ObjectDoubleHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap
InnerClasses:
  private InternalDoubleIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap$InternalDoubleIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap