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

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

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

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

  public double next();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator this
         0: .line 1099
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.hasNext:()Z
            ifne 2
         1: .line 1101
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.currentIndex:I
            daload
            dstore 1 /* next */
        start local 1 // double next
         3: .line 1104
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.currentIndex:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.currentIndex:I
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.lastIndex:I
         4: .line 1105
            dload 1 /* next */
            dreturn
        end local 1 // double next
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList$InternalDoubleIterator;
            3    5     1  next  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.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator this
         0: .line 1111
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.lastIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 1113
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.lastIndex:I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
            pop2
         3: .line 1116
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.currentIndex:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.currentIndex:I
         4: .line 1117
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.lastIndex:I
         5: .line 1118
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList$InternalDoubleIterator;
}
SourceFile: "DoubleArrayList.java"
NestHost: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
InnerClasses:
  private InternalDoubleIterator = org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator of org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList