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

  final org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this$0;
    descriptor: Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList);
    descriptor: (Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
         0: .line 771
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList$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.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
         0: .line 781
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.currentIndex:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList$InternalDoubleIterator;

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
         0: .line 787
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 789
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 791
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.currentIndex:I
            daload
            dstore 1 /* next */
        start local 1 // double next
         3: .line 792
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.currentIndex:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator.currentIndex:I
         4: .line 793
            dload 1 /* next */
            dreturn
        end local 1 // double next
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList$InternalDoubleIterator;
            3    5     1  next  D
}
SourceFile: "ImmutableDoubleArrayList.java"
NestHost: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList
InnerClasses:
  private InternalDoubleIterator = org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator of org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList