public class org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList extends org.eclipse.collections.impl.primitive.AbstractDoubleIterable implements org.eclipse.collections.api.list.primitive.MutableDoubleList, java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
  super_class: org.eclipse.collections.impl.primitive.AbstractDoubleIterable
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final double[] DEFAULT_SIZED_EMPTY_ARRAY;
    descriptor: [D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final double[] ZERO_SIZED_ARRAY;
    descriptor: [D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int MAXIMUM_ARRAY_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483639

  protected int size;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected transient double[] items;
    descriptor: [D
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 65
            iconst_0
            newarray 7
            putstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.DEFAULT_SIZED_EMPTY_ARRAY:[D
         1: .line 66
            iconst_0
            newarray 7
            putstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ZERO_SIZED_ARRAY:[D
         2: .line 67
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 72
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractDoubleIterable.<init>:()V
         1: .line 70
            aload 0 /* this */
            getstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.DEFAULT_SIZED_EMPTY_ARRAY:[D
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         2: .line 74
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int initialCapacity
         0: .line 76
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractDoubleIterable.<init>:()V
         1: .line 70
            aload 0 /* this */
            getstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.DEFAULT_SIZED_EMPTY_ARRAY:[D
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         2: .line 78
            aload 0 /* this */
            iload 1 /* initialCapacity */
            ifne 3
            getstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ZERO_SIZED_ARRAY:[D
            goto 4
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList int
      StackMap stack: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
         3: iload 1 /* initialCapacity */
            newarray 7
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList int
      StackMap stack: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList double[]
         4: putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         5: .line 79
            return
        end local 1 // int initialCapacity
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    6     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] array
         0: .line 81
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractDoubleIterable.<init>:()V
         1: .line 70
            aload 0 /* this */
            getstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.DEFAULT_SIZED_EMPTY_ARRAY:[D
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         2: .line 83
            aload 0 /* this */
            aload 1 /* array */
            arraylength
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         3: .line 84
            aload 0 /* this */
            aload 1 /* array */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         4: .line 85
            return
        end local 1 // double[] array
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    5     1  array  [D
    MethodParameters:
       Name  Flags
      array  

  public static org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newListWith(double[]);
    descriptor: ([D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // double[] elements
         0: .line 95
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            aload 0 /* elements */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:([D)V
            areturn
        end local 0 // double[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [D
    MethodParameters:
          Name  Flags
      elements  

  public static org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newList(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable source
         0: .line 100
            aload 0 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newListWith:([D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.api.DoubleIterable source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public static org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newWithNValues(int, double);
    descriptor: (ID)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int size
        start local 1 // double value
         0: .line 105
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            iload 0 /* size */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:(I)V
            astore 3 /* newList */
        start local 3 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newList
         1: .line 106
            aload 3 /* newList */
            iload 0 /* size */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         2: .line 107
            aload 3 /* newList */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            dload 1 /* value */
            invokestatic java.util.Arrays.fill:([DD)V
         3: .line 108
            aload 3 /* newList */
            areturn
        end local 3 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newList
        end local 1 // double value
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     size  I
            0    4     1    value  D
            1    4     3  newList  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
       Name  Flags
      size   
      value  

  public static org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList wrapCopy(double[]);
    descriptor: ([D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // double[] array
         0: .line 116
            aload 0 /* array */
            arraylength
            newarray 7
            astore 1 /* newArray */
        start local 1 // double[] newArray
         1: .line 117
            aload 0 /* array */
            iconst_0
            aload 1 /* newArray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 118
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            aload 1 /* newArray */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:([D)V
            areturn
        end local 1 // double[] newArray
        end local 0 // double[] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [D
            1    3     1  newArray  [D
    MethodParameters:
       Name  Flags
      array  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 124
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 130
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            dconst_0
            invokestatic java.util.Arrays.fill:([DIID)V
         1: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         2: .line 132
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public boolean contains(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double value
         0: .line 137
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 139
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 141
            iconst_1
            ireturn
         4: .line 137
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 3 // int i
         6: .line 144
            iconst_0
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  value  D
            1    6     3      i  I
    MethodParameters:
       Name  Flags
      value  

  public double get(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
         0: .line 150
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpge 2
         1: .line 152
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            daload
            dreturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newIndexOutOfBoundsException:(I)Ljava/lang/IndexOutOfBoundsException;
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private java.lang.IndexOutOfBoundsException newIndexOutOfBoundsException(int);
    descriptor: (I)Ljava/lang/IndexOutOfBoundsException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
         0: .line 159
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " Size: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double getFirst();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 165
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.checkEmpty:()V
         1: .line 166
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            daload
            dreturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public double getLast();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 172
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.checkEmpty:()V
         1: .line 173
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            iconst_1
            isub
            daload
            dreturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  private void checkEmpty();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 178
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.isEmpty:()Z
            ifeq 2
         1: .line 180
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newIndexOutOfBoundsException:(I)Ljava/lang/IndexOutOfBoundsException;
            athrow
         2: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public int indexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double value
         0: .line 187
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 189
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 191
            iload 3 /* i */
            ireturn
         4: .line 187
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 3 // int i
         6: .line 194
            iconst_m1
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  value  D
            1    6     3      i  I
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double value
         0: .line 200
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 202
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 204
            iload 3 /* i */
            ireturn
         4: .line 200
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            ifge 2
        end local 3 // int i
         6: .line 207
            iconst_m1
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  value  D
            1    6     3      i  I
    MethodParameters:
       Name  Flags
      value  

  public void trimToSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 212
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            arraylength
            if_icmpge 2
         1: .line 214
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.transferItemsToNewArrayWithCapacity:(I)V
         2: .line 216
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  private void transferItemsToNewArrayWithCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int newCapacity
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.copyItemsWithNewCapacity:(I)[D
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         1: .line 221
            return
        end local 1 // int newCapacity
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  private double[] copyItemsWithNewCapacity(int);
    descriptor: (I)[D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int newCapacity
         0: .line 225
            iload 1 /* newCapacity */
            newarray 7
            astore 2 /* newItems */
        start local 2 // double[] newItems
         1: .line 226
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 2 /* newItems */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* newCapacity */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 227
            aload 2 /* newItems */
            areturn
        end local 2 // double[] newItems
        end local 1 // int newCapacity
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    3     1  newCapacity  I
            1    3     2     newItems  [D
    MethodParameters:
             Name  Flags
      newCapacity  

  private int sizePlusFiftyPercent(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int oldSize
         0: .line 232
            iload 1 /* oldSize */
            iload 1 /* oldSize */
            iconst_1
            ishr
            iadd
            iconst_1
            iadd
            istore 2 /* result */
        start local 2 // int result
         1: .line 233
            iload 2 /* result */
            iload 1 /* oldSize */
            if_icmpge 2
            ldc 2147483639
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 2 /* result */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int result
        end local 1 // int oldSize
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  oldSize  I
            1    4     2   result  I
    MethodParameters:
         Name  Flags
      oldSize  

  public void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int minCapacity
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         1: .line 239
            iload 1 /* minCapacity */
            iload 2 /* oldCapacity */
            if_icmple 4
         2: .line 241
            aload 0 /* this */
            iload 2 /* oldCapacity */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sizePlusFiftyPercent:(I)I
            iload 1 /* minCapacity */
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         3: .line 242
            aload 0 /* this */
            iload 3 /* newCapacity */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.transferItemsToNewArrayWithCapacity:(I)V
        end local 3 // int newCapacity
         4: .line 244
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int oldCapacity
        end local 1 // int minCapacity
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    5     1  minCapacity  I
            1    5     2  oldCapacity  I
            3    4     3  newCapacity  I
    MethodParameters:
             Name  Flags
      minCapacity  

  private void ensureCapacityForAdd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 248
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            getstatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.DEFAULT_SIZED_EMPTY_ARRAY:[D
            if_acmpne 3
         1: .line 250
            aload 0 /* this */
            bipush 10
            newarray 7
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         2: .line 251
            goto 4
         3: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sizePlusFiftyPercent:(I)I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.transferItemsToNewArrayWithCapacity:(I)V
         4: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public boolean add(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double newItem
         0: .line 261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            arraylength
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpne 2
         1: .line 263
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ensureCapacityForAdd:()V
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            dload 1 /* newItem */
            dastore
         3: .line 266
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         4: .line 267
            iconst_1
            ireturn
        end local 1 // double newItem
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    5     1  newItem  D
    MethodParameters:
         Name  Flags
      newItem  

  public boolean addAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] source
         0: .line 273
            aload 1 /* source */
            arraylength
            iconst_1
            if_icmpge 2
         1: .line 275
            iconst_0
            ireturn
         2: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            arraylength
            aload 1 /* source */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.copyItems:(I[D)V
         3: .line 278
            iconst_1
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public boolean addAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 284
            aload 1 /* source */
            instanceof org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            ifeq 6
         1: .line 286
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.isEmpty:()Z
            ifeq 3
         2: .line 288
            iconst_0
            ireturn
         3: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            checkcast org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            astore 2 /* other */
        start local 2 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList other
         4: .line 291
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            aload 2 /* other */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.copyItems:(I[D)V
         5: .line 292
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList other
         6: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.addAll:([D)Z
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  source  Lorg/eclipse/collections/api/DoubleIterable;
            4    6     2   other  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
        Name  Flags
      source  

  private void copyItems(int, double[]);
    descriptor: (I[D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int sourceSize
        start local 2 // double[] source
         0: .line 299
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* sourceSize */
            iadd
            istore 3 /* newSize */
        start local 3 // int newSize
         1: .line 300
            aload 0 /* this */
            iload 3 /* newSize */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ensureCapacity:(I)V
         2: .line 301
            aload 2 /* source */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* sourceSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 302
            aload 0 /* this */
            iload 3 /* newSize */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         4: .line 303
            return
        end local 3 // int newSize
        end local 2 // double[] source
        end local 1 // int sourceSize
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    5     1  sourceSize  I
            0    5     2      source  [D
            1    5     3     newSize  I
    MethodParameters:
            Name  Flags
      sourceSize  
      source      

  private void throwOutOfBounds(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
         0: .line 307
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newIndexOutOfBoundsException:(I)Ljava/lang/IndexOutOfBoundsException;
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void addAtIndex(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // double element
         0: .line 313
            iload 1 /* index */
            iconst_m1
            if_icmple 3
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpge 3
         1: .line 315
            aload 0 /* this */
            iload 1 /* index */
            dload 2 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.addAtIndexLessThanSize:(ID)V
         2: .line 316
            goto 7
         3: .line 317
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpne 6
         4: .line 319
            aload 0 /* this */
            dload 2 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         5: .line 320
            goto 7
         6: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.throwOutOfBounds:(I)V
         7: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1    index  I
            0    8     2  element  D
    MethodParameters:
         Name  Flags
      index    
      element  

  private void addAtIndexLessThanSize(int, double);
    descriptor: (ID)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // double element
         0: .line 329
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            istore 4 /* oldSize */
        start local 4 // int oldSize
         1: .line 330
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         2: .line 331
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            arraylength
            iload 4 /* oldSize */
            if_icmpne 9
         3: .line 333
            aload 0 /* this */
            iload 4 /* oldSize */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sizePlusFiftyPercent:(I)I
            newarray 7
            astore 5 /* newItems */
        start local 5 // double[] newItems
         4: .line 334
            iload 1 /* index */
            ifle 6
         5: .line 336
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 5 /* newItems */
            iconst_0
            iload 1 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 338
      StackMap locals: int double[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            aload 5 /* newItems */
            iload 1 /* index */
            iconst_1
            iadd
            iload 4 /* oldSize */
            iload 1 /* index */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 339
            aload 0 /* this */
            aload 5 /* newItems */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
        end local 5 // double[] newItems
         8: .line 340
            goto 10
         9: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            iconst_1
            iadd
            iload 4 /* oldSize */
            iload 1 /* index */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            dload 2 /* element */
            dastore
        11: .line 346
            return
        end local 4 // int oldSize
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   12     1     index  I
            0   12     2   element  D
            1   12     4   oldSize  I
            4    8     5  newItems  [D
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, double[]);
    descriptor: (I[D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // double[] source
         0: .line 351
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpgt 1
            iload 1 /* index */
            ifge 2
         1: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.throwOutOfBounds:(I)V
         2: .line 355
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            arraylength
            ifne 4
         3: .line 357
            iconst_0
            ireturn
         4: .line 359
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            arraylength
            istore 3 /* sourceSize */
        start local 3 // int sourceSize
         5: .line 360
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 3 /* sourceSize */
            iadd
            istore 4 /* newSize */
        start local 4 // int newSize
         6: .line 361
            aload 0 /* this */
            iload 4 /* newSize */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ensureCapacity:(I)V
         7: .line 362
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* sourceSize */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.shiftElementsAtIndex:(II)V
         8: .line 363
            aload 2 /* source */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            iload 3 /* sourceSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 364
            aload 0 /* this */
            iload 4 /* newSize */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
        10: .line 365
            iconst_1
            ireturn
        end local 4 // int newSize
        end local 3 // int sourceSize
        end local 2 // double[] source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   11     1       index  I
            0   11     2      source  [D
            5   11     3  sourceSize  I
            6   11     4     newSize  I
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean addAllAtIndex(int, org.eclipse.collections.api.DoubleIterable);
    descriptor: (ILorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.DoubleIterable source
         0: .line 371
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.addAllAtIndex:(I[D)Z
            ireturn
        end local 2 // org.eclipse.collections.api.DoubleIterable source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1   index  I
            0    1     2  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      index   
      source  

  private void shiftElementsAtIndex(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // int sourceSize
         0: .line 376
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* index */
            isub
            istore 3 /* numberToMove */
        start local 3 // int numberToMove
         1: .line 377
            iload 3 /* numberToMove */
            ifle 3
         2: .line 379
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            iload 2 /* sourceSize */
            iadd
            iload 3 /* numberToMove */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 381
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int numberToMove
        end local 2 // int sourceSize
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1         index  I
            0    4     2    sourceSize  I
            1    4     3  numberToMove  I
    MethodParameters:
            Name  Flags
      index       
      sourceSize  

  public boolean remove(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double value
         0: .line 386
            aload 0 /* this */
            dload 1 /* value */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.indexOf:(D)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 387
            iload 3 /* index */
            iflt 4
         2: .line 389
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
            pop2
         3: .line 390
            iconst_1
            ireturn
         4: .line 392
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int index
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    5     1  value  D
            1    5     3  index  I
    MethodParameters:
       Name  Flags
      value  

  public boolean removeIf(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 398
            iconst_0
            istore 2 /* currentFilledIndex */
        start local 2 // int currentFilledIndex
         1: .line 399
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 9
         3: .line 401
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* item */
        start local 4 // double item
         4: .line 402
            aload 1 /* predicate */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 8
         5: .line 405
            iload 2 /* currentFilledIndex */
            iload 3 /* i */
            if_icmpeq 7
         6: .line 407
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* currentFilledIndex */
            dload 4 /* item */
            dastore
         7: .line 409
      StackMap locals: double
      StackMap stack:
            iinc 2 /* currentFilledIndex */ 1
        end local 4 // double item
         8: .line 399
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 3 // int i
        10: .line 412
            iload 2 /* currentFilledIndex */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpge 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* changed */
        start local 3 // boolean changed
        13: .line 413
            aload 0 /* this */
            iload 2 /* currentFilledIndex */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.wipeAndResetTheEnd:(I)V
        14: .line 414
            iload 3 /* changed */
            ireturn
        end local 3 // boolean changed
        end local 2 // int currentFilledIndex
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   15     1           predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1   15     2  currentFilledIndex  I
            2   10     3                   i  I
            4    8     4                item  D
           13   15     3             changed  Z
    MethodParameters:
           Name  Flags
      predicate  

  private void wipeAndResetTheEnd(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int newCurrentFilledIndex
         0: .line 419
            iload 1 /* newCurrentFilledIndex */
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 421
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            dconst_0
            dastore
         3: .line 419
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 423
            aload 0 /* this */
            iload 1 /* newCurrentFilledIndex */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         6: .line 424
            return
        end local 1 // int newCurrentFilledIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  newCurrentFilledIndex  I
            1    5     2                      i  I
    MethodParameters:
                       Name  Flags
      newCurrentFilledIndex  

  public boolean removeAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 429
            iconst_0
            istore 2 /* modified */
        start local 2 // boolean modified
         1: .line 430
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         2: goto 8
         3: .line 432
      StackMap locals: int int
      StackMap stack:
            aload 1 /* source */
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.get:(I)D
            invokeinterface org.eclipse.collections.api.DoubleIterable.contains:(D)Z
            ifeq 7
         4: .line 434
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAtIndex:(I)D
            pop2
         5: .line 435
            iinc 3 /* index */ -1
         6: .line 436
            iconst_1
            istore 2 /* modified */
         7: .line 430
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 3 // int index
         9: .line 439
            iload 2 /* modified */
            ireturn
        end local 2 // boolean modified
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   10     1    source  Lorg/eclipse/collections/api/DoubleIterable;
            1   10     2  modified  Z
            2    9     3     index  I
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] source
         0: .line 445
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSetWith:([D)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            astore 2 /* set */
        start local 2 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet set
         1: .line 446
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            newarray 7
            astore 3 /* newItems */
        start local 3 // double[] newItems
         2: .line 447
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         3: .line 448
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            istore 5 /* oldSize */
        start local 5 // int oldSize
         4: .line 449
            iconst_0
            istore 6 /* index */
        start local 6 // int index
         5: goto 10
         6: .line 451
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList double[] org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet double[] int int int
      StackMap stack:
            aload 2 /* set */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 6 /* index */
            daload
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.contains:(D)Z
            ifne 9
         7: .line 453
            aload 3 /* newItems */
            iload 4 /* count */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 6 /* index */
            daload
            dastore
         8: .line 454
            iinc 4 /* count */ 1
         9: .line 449
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 6
        end local 6 // int index
        11: .line 457
            aload 0 /* this */
            aload 3 /* newItems */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
        12: .line 458
            aload 0 /* this */
            iload 4 /* count */
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
        13: .line 459
            iload 5 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpeq 14
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_0
            ireturn
        end local 5 // int oldSize
        end local 4 // int count
        end local 3 // double[] newItems
        end local 2 // org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet set
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   15     1    source  [D
            1   15     2       set  Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            2   15     3  newItems  [D
            3   15     4     count  I
            4   15     5   oldSize  I
            5   11     6     index  I
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 465
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 466
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.DoubleSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.DoubleSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.DoubleSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.DoubleSet sourceSet
         4: .line 467
            aload 0 /* this */
            aload 3 /* sourceSet */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/DoubleSet;)Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)Z
                  org/eclipse/collections/api/DoubleIterable.contains(D)Z (9 itf)
                  (D)Z
                  1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList retained
         5: .line 468
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         6: .line 469
            aload 0 /* this */
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         7: .line 470
            iload 2 /* oldSize */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            if_icmpeq 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.api.set.primitive.DoubleSet org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
      StackMap stack:
         8: iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList retained
        end local 3 // org.eclipse.collections.api.set.primitive.DoubleSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    9     1     source  Lorg/eclipse/collections/api/DoubleIterable;
            1    9     2    oldSize  I
            4    9     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            5    9     4   retained  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] source
         0: .line 476
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSetWith:([D)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.retainAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public double removeAtIndex(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
         0: .line 482
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.get:(I)D
            dstore 2 /* previous */
        start local 2 // double previous
         1: .line 483
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* index */
            isub
            iconst_1
            isub
            istore 4 /* totalOffset */
        start local 4 // int totalOffset
         2: .line 484
            iload 4 /* totalOffset */
            ifle 4
         3: .line 486
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            iload 4 /* totalOffset */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 488
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         5: .line 489
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            dconst_0
            dastore
         6: .line 490
            dload 2 /* previous */
            dreturn
        end local 4 // int totalOffset
        end local 2 // double previous
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1        index  I
            1    7     2     previous  D
            2    7     4  totalOffset  I
    MethodParameters:
       Name  Flags
      index  

  public double set(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index
        start local 2 // double element
         0: .line 496
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.get:(I)D
            dstore 4 /* previous */
        start local 4 // double previous
         1: .line 497
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index */
            dload 2 /* element */
            dastore
         2: .line 498
            dload 4 /* previous */
            dreturn
        end local 4 // double previous
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    3     1     index  I
            0    3     2   element  D
            1    3     4  previous  D
    MethodParameters:
         Name  Flags
      index    
      element  

  public void swap(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int index1
        start local 2 // int index2
         0: .line 504
            aload 0 /* this */
            iload 1 /* index1 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.get:(I)D
            dstore 3 /* value */
        start local 3 // double value
         1: .line 505
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* index1 */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* index2 */
            daload
            dastore
         2: .line 506
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* index2 */
            dload 3 /* value */
            dastore
         3: .line 507
            return
        end local 3 // double value
        end local 2 // int index2
        end local 1 // int index1
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  index1  I
            0    4     2  index2  I
            1    4     3   value  D
    MethodParameters:
        Name  Flags
      index1  
      index2  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList with(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double element
         0: .line 512
            aload 0 /* this */
            dload 1 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         1: .line 513
            aload 0 /* this */
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList without(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double element
         0: .line 519
            aload 0 /* this */
            dload 1 /* element */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.remove:(D)Z
            pop
         1: .line 520
            aload 0 /* this */
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 526
            aload 0 /* this */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.addAll:([D)Z
            pop
         1: .line 527
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 533
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.removeAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            pop
         1: .line 534
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList with(double, double);
    descriptor: (DD)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double element1
        start local 3 // double element2
         0: .line 539
            aload 0 /* this */
            dload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         1: .line 540
            aload 0 /* this */
            dload 3 /* element2 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         2: .line 541
            aload 0 /* this */
            areturn
        end local 3 // double element2
        end local 1 // double element1
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    3     1  element1  D
            0    3     3  element2  D
    MethodParameters:
          Name  Flags
      element1  
      element2  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList with(double, double, double);
    descriptor: (DDD)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double element1
        start local 3 // double element2
        start local 5 // double element3
         0: .line 546
            aload 0 /* this */
            dload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         1: .line 547
            aload 0 /* this */
            dload 3 /* element2 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         2: .line 548
            aload 0 /* this */
            dload 5 /* element3 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         3: .line 549
            aload 0 /* this */
            areturn
        end local 5 // double element3
        end local 3 // double element2
        end local 1 // double element1
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  element1  D
            0    4     3  element2  D
            0    4     5  element3  D
    MethodParameters:
          Name  Flags
      element1  
      element2  
      element3  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList with(double, double, double, double[]);
    descriptor: (DDD[D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double element1
        start local 3 // double element2
        start local 5 // double element3
        start local 7 // double[] elements
         0: .line 554
            aload 0 /* this */
            dload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         1: .line 555
            aload 0 /* this */
            dload 3 /* element2 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         2: .line 556
            aload 0 /* this */
            dload 5 /* element3 */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
         3: .line 557
            aload 0 /* this */
            aload 7 /* elements */
            iconst_0
            aload 7 /* elements */
            arraylength
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.withArrayCopy:([DII)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 7 // double[] elements
        end local 5 // double element3
        end local 3 // double element2
        end local 1 // double element1
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  element1  D
            0    4     3  element2  D
            0    4     5  element3  D
            0    4     7  elements  [D
    MethodParameters:
          Name  Flags
      element1  
      element2  
      element3  
      elements  

  private org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList withArrayCopy(double[], int, int);
    descriptor: ([DII)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] elements
        start local 2 // int begin
        start local 3 // int length
         0: .line 562
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 3 /* length */
            iadd
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.ensureCapacity:(I)V
         1: .line 563
            aload 1 /* elements */
            iload 2 /* begin */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 564
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 3 /* length */
            iadd
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         3: .line 565
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int begin
        end local 1 // double[] elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  elements  [D
            0    4     2     begin  I
            0    4     3    length  I
    MethodParameters:
          Name  Flags
      elements  
      begin     
      length    

  public org.eclipse.collections.api.iterator.MutableDoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 571
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator.<init>:(Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 577
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 578
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 586
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 588
      StackMap locals: int
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
         3: .line 586
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 590
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
         0: .line 595
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 597
      StackMap locals: int
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            iload 2 /* i */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure.value:(DI)V
         3: .line 595
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 599
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 604
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 605
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 607
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 4 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction.valueOf:(Ljava/lang/Object;D)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 605
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 4 // int i
         6: .line 609
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  injectedValue  TT;
            0    7     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
            1    7     3         result  TT;
            2    6     4              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
         0: .line 615
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 616
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 618
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 4 /* i */
            daload
            iload 4 /* i */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction.valueOf:(Ljava/lang/Object;DI)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 616
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 4 // int i
         6: .line 620
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  injectedValue  TT;
            0    7     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction<-TT;+TT;>;
            1    7     3         result  TT;
            2    6     4              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.DoubleIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int size
         0: .line 626
            iload 1 /* size */
            ifgt 2
         1: .line 628
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 630
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.list.MutableList result
         3: .line 631
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.notEmpty:()Z
            ifeq 17
         4: .line 633
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 635
            aload 2 /* result */
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.mutable:Lorg/eclipse/collections/api/factory/list/primitive/MutableDoubleListFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 636
            goto 17
         7: .line 639
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         8: .line 640
            goto 16
         9: .line 642
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.mutable:Lorg/eclipse/collections/api/factory/list/primitive/MutableDoubleListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory.empty:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.list.primitive.MutableDoubleList batch
        10: .line 643
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 645
      StackMap locals: org.eclipse.collections.api.list.primitive.MutableDoubleList int
      StackMap stack:
            aload 4 /* batch */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.add:(D)Z
            pop
        13: .line 643
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 15
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 12
        end local 5 // int i
        15: .line 647
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.list.primitive.MutableDoubleList batch
        16: .line 640
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 9
        end local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        17: .line 651
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   18     1      size  I
            3   18     2    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/DoubleIterable;>;
            8   17     3  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
           10   16     4     batch  Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
           11   15     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/DoubleIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public int count(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 657
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 658
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 660
      StackMap locals: int int
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 662
            iinc 2 /* count */ 1
         5: .line 658
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 3 // int i
         7: .line 665
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1    8     2      count  I
            2    7     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 671
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 673
      StackMap locals: int
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 675
            iconst_1
            ireturn
         4: .line 671
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 2 // int i
         6: .line 678
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1    6     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 684
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 686
      StackMap locals: int
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 4
         3: .line 688
            iconst_0
            ireturn
         4: .line 684
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 2 // int i
         6: .line 691
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1    6     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 697
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 703
            aload 0 /* this */
            aload 1 /* predicate */
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:()V
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            checkcast org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
         0: .line 712
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 714
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* item */
        start local 4 // double item
         3: .line 715
            aload 1 /* predicate */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 717
            aload 2 /* target */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
            pop
        end local 4 // double item
         5: .line 712
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 3 // int i
         7: .line 720
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    8     2     target  TR;
            1    7     3          i  I
            3    5     4       item  D
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 726
            aload 0 /* this */
            aload 1 /* predicate */
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:()V
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            checkcast org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <R extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> R reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
         0: .line 735
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 737
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* item */
        start local 4 // double item
         3: .line 738
            aload 1 /* predicate */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 5
         4: .line 740
            aload 2 /* target */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
            pop
        end local 4 // double item
         5: .line 735
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 3 // int i
         7: .line 743
            aload 2 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.collection.primitive.MutableDoubleCollection target
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    8     2     target  TR;
            1    7     3          i  I
            3    5     4       item  D
    Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;>(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;TR;)TR;
    MethodParameters:
           Name  Flags
      predicate  
      target     

  public double detectIfNone(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, double);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 749
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 6
         2: .line 751
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 4 /* i */
            daload
            dstore 5 /* item */
        start local 5 // double item
         3: .line 752
            aload 1 /* predicate */
            dload 5 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 754
            dload 5 /* item */
            dreturn
        end local 5 // double item
         5: .line 749
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 4 // int i
         7: .line 757
            dload 2 /* ifNone */
            dreturn
        end local 2 // double ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    8     2     ifNone  D
            1    7     4          i  I
            3    5     5       item  D
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 763
            aload 0 /* this */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.list.MutableList
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 772
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 774
      StackMap locals: int
      StackMap stack:
            aload 2 /* target */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 772
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 2
        end local 3 // int i
         5: .line 776
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    6     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
            0    6     2    target  TR;
            1    5     3         i  I
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 782
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.isEmpty:()Z
            ifeq 2
         1: .line 784
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            daload
            dstore 1 /* max */
        start local 1 // double max
         3: .line 787
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 789
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* value */
        start local 4 // double value
         6: .line 790
            dload 1 /* max */
            dload 4 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 8
         7: .line 792
            dload 4 /* value */
            dstore 1 /* max */
        end local 4 // double value
         8: .line 787
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 5
        end local 3 // int i
        10: .line 795
            dload 1 /* max */
            dreturn
        end local 1 // double max
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            3   11     1    max  D
            4   10     3      i  I
            6    8     4  value  D

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 801
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.isEmpty:()Z
            ifeq 2
         1: .line 803
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            daload
            dstore 1 /* min */
        start local 1 // double min
         3: .line 806
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 808
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* value */
        start local 4 // double value
         6: .line 809
            dload 4 /* value */
            dload 1 /* min */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 8
         7: .line 811
            dload 4 /* value */
            dstore 1 /* min */
        end local 4 // double value
         8: .line 806
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 5
        end local 3 // int i
        10: .line 814
            dload 1 /* min */
            dreturn
        end local 1 // double min
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            3   11     1    min  D
            4   10     3      i  I
            6    8     4  value  D

  public double sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 820
            dconst_0
            dstore 1 /* result */
        start local 1 // double result
         1: .line 821
            dconst_0
            dstore 3 /* compensation */
        start local 3 // double compensation
         2: .line 822
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 9
         4: .line 824
      StackMap locals: double double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 5 /* i */
            daload
            dload 3 /* compensation */
            dsub
            dstore 6 /* adjustedValue */
        start local 6 // double adjustedValue
         5: .line 825
            dload 1 /* result */
            dload 6 /* adjustedValue */
            dadd
            dstore 8 /* nextSum */
        start local 8 // double nextSum
         6: .line 826
            dload 8 /* nextSum */
            dload 1 /* result */
            dsub
            dload 6 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
         7: .line 827
            dload 8 /* nextSum */
            dstore 1 /* result */
        end local 8 // double nextSum
        end local 6 // double adjustedValue
         8: .line 822
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 4
        end local 5 // int i
        10: .line 829
            dload 1 /* result */
            dreturn
        end local 3 // double compensation
        end local 1 // double result
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1   11     1         result  D
            2   11     3   compensation  D
            3   10     5              i  I
            5    8     6  adjustedValue  D
            6    8     8        nextSum  D

  public double dotProduct(org.eclipse.collections.api.list.primitive.DoubleList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/DoubleList;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
         0: .line 835
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            aload 1 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            if_icmpeq 2
         1: .line 837
            new java.lang.IllegalArgumentException
            dup
            ldc "Lists used in dotProduct must be the same size"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 839
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 2 /* sum */
        start local 2 // double sum
         3: .line 840
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 842
      StackMap locals: double int
      StackMap stack:
            dload 2 /* sum */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 4 /* i */
            daload
            aload 1 /* list */
            iload 4 /* i */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.get:(I)D
            dmul
            dadd
            dstore 2 /* sum */
         6: .line 840
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 5
        end local 4 // int i
         8: .line 844
            dload 2 /* sum */
            dreturn
        end local 2 // double sum
        end local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    9     1  list  Lorg/eclipse/collections/api/list/primitive/DoubleList;
            3    9     2   sum  D
            4    8     4     i  I
    MethodParameters:
      Name  Flags
      list  

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 850
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            newarray 7
            astore 1 /* newItems */
        start local 1 // double[] newItems
         1: .line 851
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 1 /* newItems */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 852
            aload 1 /* newItems */
            areturn
        end local 1 // double[] newItems
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1    3     1  newItems  [D

  public double[] toArray(double[]);
    descriptor: ([D)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double[] target
         0: .line 858
            aload 1 /* target */
            arraylength
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmpge 2
         1: .line 860
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            newarray 7
            astore 1 /* target */
         2: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 1 /* target */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 863
            aload 1 /* target */
            areturn
        end local 1 // double[] target
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    4     1  target  [D
    MethodParameters:
        Name  Flags
      target  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.lang.Object otherList
         0: .line 869
            aload 1 /* otherList */
            aload 0 /* this */
            if_acmpne 2
         1: .line 871
            iconst_1
            ireturn
         2: .line 873
      StackMap locals:
      StackMap stack:
            aload 1 /* otherList */
            instanceof org.eclipse.collections.api.list.primitive.DoubleList
            ifne 4
         3: .line 875
            iconst_0
            ireturn
         4: .line 877
      StackMap locals:
      StackMap stack:
            aload 1 /* otherList */
            checkcast org.eclipse.collections.api.list.primitive.DoubleList
            astore 2 /* list */
        start local 2 // org.eclipse.collections.api.list.primitive.DoubleList list
         5: .line 878
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            aload 2 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            if_icmpeq 7
         6: .line 880
            iconst_0
            ireturn
         7: .line 882
      StackMap locals: org.eclipse.collections.api.list.primitive.DoubleList
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 12
         9: .line 884
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            aload 2 /* list */
            iload 3 /* i */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.get:(I)D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 11
        10: .line 886
            iconst_0
            ireturn
        11: .line 882
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 9
        end local 3 // int i
        13: .line 889
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.list.primitive.DoubleList list
        end local 1 // java.lang.Object otherList
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   14     1  otherList  Ljava/lang/Object;
            5   14     2       list  Lorg/eclipse/collections/api/list/primitive/DoubleList;
            8   13     3          i  I
    MethodParameters:
           Name  Flags
      otherList  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 895
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 896
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 898
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            dstore 3 /* item */
        start local 3 // double item
         4: .line 899
            bipush 31
            iload 1 /* hashCode */
            imul
            dload 3 /* item */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* item */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hashCode */
        end local 3 // double item
         5: .line 896
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 2 // int i
         7: .line 901
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1    8     1  hashCode  I
            2    7     2         i  I
            4    5     3      item  D

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=5
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 913
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 914
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 8
         3: .line 916
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            ifle 5
         4: .line 918
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 5 /* i */
            daload
            dstore 6 /* value */
        start local 6 // double value
         6: .line 921
            aload 1 /* appendable */
            dload 6 /* value */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 6 // double value
         7: .line 914
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 5 // int i
         9: .line 923
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 924
            goto 13
        11: .line 925
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        12: .line 927
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        13: .line 929
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   14     1  appendable  Ljava/lang/Appendable;
            0   14     2       start  Ljava/lang/String;
            0   14     3   separator  Ljava/lang/String;
            0   14     4         end  Ljava/lang/String;
            2    9     5           i  I
            6    7     6       value  D
           12   13     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    10      11  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public org.eclipse.collections.api.list.primitive.MutableDoubleList asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 934
            new org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public org.eclipse.collections.api.list.primitive.MutableDoubleList asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 940
            new org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 946
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.io.ObjectOutput out
         0: .line 952
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 953
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 955
      StackMap locals: int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            invokeinterface java.io.ObjectOutput.writeDouble:(D)V
         4: .line 953
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 3
        end local 2 // int i
         6: .line 957
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    7     1   out  Ljava/io/ObjectOutput;
            2    6     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.io.ObjectInput in
         0: .line 962
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
         1: .line 963
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            newarray 7
            putfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
         2: .line 964
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 966
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readDouble:()D
            dastore
         5: .line 964
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 4
        end local 2 // int i
         7: .line 968
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    8     1    in  Ljava/io/ObjectInput;
            3    7     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.collections.api.LazyDoubleIterable asReversed();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 973
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterable.adapt:(Lorg/eclipse/collections/api/list/primitive/DoubleList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseDoubleIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList reverseThis();
    descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 979
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_1
            isub
            istore 1 /* endIndex */
        start local 1 // int endIndex
         1: .line 980
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 982
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            daload
            dstore 3 /* tempSwapValue */
        start local 3 // double tempSwapValue
         4: .line 983
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* endIndex */
            iload 2 /* i */
            isub
            daload
            dastore
         5: .line 984
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 1 /* endIndex */
            iload 2 /* i */
            isub
            dload 3 /* tempSwapValue */
            dastore
        end local 3 // double tempSwapValue
         6: .line 980
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iconst_2
            idiv
            if_icmplt 3
        end local 2 // int i
         8: .line 986
            aload 0 /* this */
            areturn
        end local 1 // int endIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1    9     1       endIndex  I
            2    8     2              i  I
            4    6     3  tempSwapValue  D

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList sortThis();
    descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 992
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            invokestatic java.util.Arrays.sort:([DII)V
         1: .line 993
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList sortThis(org.eclipse.collections.api.block.comparator.primitive.DoubleComparator);
    descriptor: (Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.comparator.primitive.DoubleComparator comparator
         0: .line 999
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            iconst_1
            isub
            aload 1 /* comparator */
            invokestatic org.eclipse.collections.impl.utility.primitive.DoubleQuickSort.sort:([DIILorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)V
         1: .line 1000
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.comparator.primitive.DoubleComparator comparator
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    2     1  comparator  Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;
    MethodParameters:
            Name  Flags
      comparator  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList toReversed();
    descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 1006
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asReversed:()Lorg/eclipse/collections/api/LazyDoubleIterable;
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public int binarySearch(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // double value
         0: .line 1012
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            dload 1 /* value */
            invokestatic java.util.Arrays.binarySearch:([DIID)I
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 1018
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:()V
            astore 1 /* target */
        start local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList target
         1: .line 1019
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:(I)V
            astore 2 /* seenSoFar */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet seenSoFar
         2: .line 1021
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 1023
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList org.eclipse.collections.api.set.primitive.MutableDoubleSet int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* each */
        start local 4 // double each
         5: .line 1024
            aload 2 /* seenSoFar */
            dload 4 /* each */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            ifeq 7
         6: .line 1026
            aload 1 /* target */
            dload 4 /* each */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
        end local 4 // double each
         7: .line 1021
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            if_icmplt 4
        end local 3 // int i
         9: .line 1029
            aload 1 /* target */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet seenSoFar
        end local 1 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList target
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1   10     1     target  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            2   10     2  seenSoFar  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            3    9     3          i  I
            5    7     4       each  D

  public org.eclipse.collections.api.list.primitive.MutableDoubleList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 1035
            new java.lang.UnsupportedOperationException
            dup
            ldc "subList not yet implemented!"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.DoubleDoublePair> zipDouble(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 1044
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1045
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.size:()I
            istore 3 /* otherSize */
        start local 3 // int otherSize
         2: .line 1046
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iload 2 /* size */
            iload 3 /* otherSize */
            invokestatic java.lang.Math.min:(II)I
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.withInitialCapacity:(I)Lorg/eclipse/collections/api/list/MutableList;
            astore 4 /* target */
        start local 4 // org.eclipse.collections.api.list.MutableList target
         3: .line 1047
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 5 /* iterator */
        start local 5 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         4: .line 1048
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 1050
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList org.eclipse.collections.api.DoubleIterable int int org.eclipse.collections.api.list.MutableList org.eclipse.collections.api.iterator.DoubleIterator int
      StackMap stack:
            aload 4 /* target */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 6 /* i */
            daload
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DD)Lorg/eclipse/collections/api/tuple/primitive/DoubleDoublePair;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1048
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 2 /* size */
            if_icmpge 9
            iload 6 /* i */
            iload 3 /* otherSize */
            if_icmplt 6
        end local 6 // int i
         9: .line 1052
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            areturn
        end local 5 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 4 // org.eclipse.collections.api.list.MutableList target
        end local 3 // int otherSize
        end local 2 // int size
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   10     1   iterable  Lorg/eclipse/collections/api/DoubleIterable;
            1   10     2       size  I
            2   10     3  otherSize  I
            3   10     4     target  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleDoublePair;>;
            4   10     5   iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            5    9     6          i  I
    Signature: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleDoublePair;>;
    MethodParameters:
          Name  Flags
      iterable  

  public org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 1062
            new org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;

  public <T> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<T>> zip(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
        start local 1 // java.lang.Iterable iterable
         0: .line 1071
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1072
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
            istore 3 /* otherSize */
        start local 3 // int otherSize
         2: .line 1073
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            iload 2 /* size */
            iload 3 /* otherSize */
            invokestatic java.lang.Math.min:(II)I
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.withInitialCapacity:(I)Lorg/eclipse/collections/api/list/MutableList;
            astore 4 /* target */
        start local 4 // org.eclipse.collections.api.list.MutableList target
         3: .line 1074
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         4: .line 1075
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 1077
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList java.lang.Iterable int int org.eclipse.collections.api.list.MutableList java.util.Iterator int
      StackMap stack:
            aload 4 /* target */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iload 6 /* i */
            daload
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1075
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 2 /* size */
            if_icmpge 9
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 6 // int i
         9: .line 1079
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            areturn
        end local 5 // java.util.Iterator iterator
        end local 4 // org.eclipse.collections.api.list.MutableList target
        end local 3 // int otherSize
        end local 2 // int size
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            0   10     1   iterable  Ljava/lang/Iterable<TT;>;
            1   10     2       size  I
            2   10     3  otherSize  I
            3   10     4     target  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TT;>;>;
            4   10     5   iterator  Ljava/util/Iterator<TT;>;
            5    9     6          i  I
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TT;>;>;
    MethodParameters:
          Name  Flags
      iterable  

  public java.util.Spliterator$OfDouble spliterator();
    descriptor: ()Ljava/util/Spliterator$OfDouble;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
         0: .line 1124
            bipush 16
            istore 1 /* characteristics */
        start local 1 // int characteristics
         1: .line 1125
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.items:[D
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.size:I
            iload 1 /* characteristics */
            invokestatic java.util.Spliterators.spliterator:([DIII)Ljava/util/Spliterator$OfDouble;
            areturn
        end local 1 // int characteristics
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            1    2     1  characteristics  I

  public org.eclipse.collections.api.list.primitive.MutableDoubleList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reverseThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newEmpty:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newEmpty:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList sortThis(org.eclipse.collections.api.block.comparator.primitive.DoubleComparator);
    descriptor: (Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sortThis:(Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection without(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.without:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList without(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.without:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asSynchronized:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedDoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleDoubleIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleDoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/DoubleIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection with(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.with:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableDoubleList with(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.with:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable zipDouble(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.zipDouble:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.DoubleList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/DoubleList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
           -567445985: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "contains"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 9
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/DoublePredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(D)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/DoubleIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(D)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.DoubleSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/DoubleSet;)Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)Z
                  org/eclipse/collections/api/DoubleIterable.contains(D)Z (9 itf)
                  (D)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DoubleArrayList.java"
NestMembers:
  org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OfDouble = java.util.Spliterator$OfDouble of java.util.Spliterator
  private InternalDoubleIterator = org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList$InternalDoubleIterator of org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList