final class org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList implements org.eclipse.collections.api.list.primitive.ImmutableDoubleList, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final double[] items;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double[] newElements
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 1 /* newElements */
            arraylength
            iconst_1
            if_icmpgt 3
         2: .line 70
            new java.lang.IllegalArgumentException
            dup
            ldc "Use DoubleLists.immutable.with() to instantiate an optimized collection"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 72
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList double[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newElements */
            putfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
         4: .line 73
            return
        end local 1 // double[] newElements
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    5     1  newElements  [D
    MethodParameters:
             Name  Flags
      newElements  

  public static org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList newList(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 77
            new org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList
            dup
            aload 0 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokespecial org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.<init>:([D)V
            areturn
        end local 0 // org.eclipse.collections.api.DoubleIterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      iterable  

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

  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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // int index
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 1 /* index */
            daload
            dreturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            daload
            dreturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iconst_1
            isub
            daload
            dreturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double value
         0: .line 108
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 110
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 112
            iload 3 /* i */
            ireturn
         4: .line 108
      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.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 2
        end local 3 // int i
         6: .line 115
            iconst_m1
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double value
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 123
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 125
            iload 3 /* i */
            ireturn
         4: .line 121
      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 128
            iconst_m1
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  value  D
            1    6     3      i  I
    MethodParameters:
       Name  Flags
      value  

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

  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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 140
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 141
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* item */
        start local 2 // double item
         2: .line 151
            aload 1 /* procedure */
            dload 2 /* item */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
        end local 2 // double item
         3: .line 149
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 153
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
            2    3     2       item  D
    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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
         0: .line 158
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 160
      StackMap locals: int
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 2 /* i */
            daload
            iload 2 /* i */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure.value:(DI)V
         3: .line 158
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 2
        end local 2 // int i
         5: .line 162
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  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=8, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 167
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 168
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate int top top int int double[]
      StackMap stack:
         2: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         3: .line 170
            aload 1 /* predicate */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 172
            iinc 2 /* count */ 1
        end local 3 // double item
         5: .line 168
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 2
         7: .line 175
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1    8     2      count  I
            3    5     3       item  D
    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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* item */
        start local 2 // double item
         2: .line 183
            aload 1 /* predicate */
            dload 2 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 185
            iconst_1
            ireturn
        end local 2 // double item
         4: .line 181
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 188
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            2    4     2       item  D
    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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 194
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* item */
        start local 2 // double item
         2: .line 196
            aload 1 /* predicate */
            dload 2 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 4
         3: .line 198
            iconst_0
            ireturn
        end local 2 // double item
         4: .line 194
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 201
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            2    4     2       item  D
    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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 207
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 213
            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.immutable.primitive.ImmutableDoubleArrayList.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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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=8, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList 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 222
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate org.eclipse.collections.api.collection.primitive.MutableDoubleCollection top top int int double[]
      StackMap stack:
         1: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         2: .line 224
            aload 1 /* predicate */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 226
            aload 2 /* target */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
            pop
        end local 3 // double item
         4: .line 222
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 1
         6: .line 229
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    7     2     target  TR;
            2    4     3       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.api.list.primitive.ImmutableDoubleList reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 235
            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.immutable.primitive.ImmutableDoubleArrayList.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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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=8, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList 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 244
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate org.eclipse.collections.api.collection.primitive.MutableDoubleCollection top top int int double[]
      StackMap stack:
         1: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         2: .line 246
            aload 1 /* predicate */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 4
         3: .line 248
            aload 2 /* target */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.add:(D)Z
            pop
        end local 3 // double item
         4: .line 244
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 1
         6: .line 251
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    7     2     target  TR;
            2    4     3       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=9, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 257
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate double top top int int double[]
      StackMap stack:
         1: aload 8
            iload 6
            daload
            dstore 4 /* item */
        start local 4 // double item
         2: .line 259
            aload 1 /* predicate */
            dload 4 /* item */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 261
            dload 4 /* item */
            dreturn
        end local 4 // double item
         4: .line 257
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
         5: iload 6
            iload 7
            if_icmplt 1
         6: .line 264
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    7     2     ifNone  D
            2    4     4       item  D
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.list.ImmutableList<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/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 270
            aload 0 /* this */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.list.mutable.FastList
            astore 2 /* list */
        start local 2 // org.eclipse.collections.impl.list.mutable.FastList list
         1: .line 271
            aload 2 /* list */
            invokevirtual org.eclipse.collections.impl.list.mutable.FastList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
        end local 2 // org.eclipse.collections.impl.list.mutable.FastList list
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    2     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
            1    2     2      list  Lorg/eclipse/collections/impl/list/mutable/FastList<TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/ImmutableList<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=8, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 280
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 4
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction java.util.Collection top top int int double[]
      StackMap stack:
         1: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         2: .line 282
            aload 2 /* target */
            aload 1 /* function */
            dload 3 /* item */
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // double item
         3: .line 280
            iinc 5 1
      StackMap locals:
      StackMap stack:
         4: iload 5
            iload 6
            if_icmplt 1
         5: .line 284
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    6     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
            0    6     2    target  TR;
            2    3     3      item  D
    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 sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 290
            dconst_0
            dstore 1 /* result */
        start local 1 // double result
         1: .line 291
            dconst_0
            dstore 3 /* compensation */
        start local 3 // double compensation
         2: .line 292
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 9
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList double double top top int int double[]
      StackMap stack:
         3: aload 9
            iload 7
            daload
            dstore 5 /* item */
        start local 5 // double item
         4: .line 294
            dload 5 /* item */
            dload 3 /* compensation */
            dsub
            dstore 10 /* adjustedValue */
        start local 10 // double adjustedValue
         5: .line 295
            dload 1 /* result */
            dload 10 /* adjustedValue */
            dadd
            dstore 12 /* nextSum */
        start local 12 // double nextSum
         6: .line 296
            dload 12 /* nextSum */
            dload 1 /* result */
            dsub
            dload 10 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
         7: .line 297
            dload 12 /* nextSum */
            dstore 1 /* result */
        end local 12 // double nextSum
        end local 10 // double adjustedValue
        end local 5 // double item
         8: .line 292
            iinc 7 1
      StackMap locals:
      StackMap stack:
         9: iload 7
            iload 8
            if_icmplt 3
        10: .line 299
            dload 1 /* result */
            dreturn
        end local 3 // double compensation
        end local 1 // double result
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1   11     1         result  D
            2   11     3   compensation  D
            4    8     5           item  D
            5    8    10  adjustedValue  D
            6    8    12        nextSum  D

  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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 305
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            daload
            dstore 1 /* max */
        start local 1 // double max
         1: .line 306
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 308
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* value */
        start local 4 // double value
         4: .line 309
            dload 1 /* max */
            dload 4 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 6
         5: .line 311
            dload 4 /* value */
            dstore 1 /* max */
        end local 4 // double value
         6: .line 306
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 314
            dload 1 /* max */
            dreturn
        end local 1 // double max
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    9     1    max  D
            2    8     3      i  I
            4    6     4  value  D

  public double maxIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double defaultValue
         0: .line 320
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.max:()D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 326
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            daload
            dstore 1 /* min */
        start local 1 // double min
         1: .line 327
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 329
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 3 /* i */
            daload
            dstore 4 /* value */
        start local 4 // double value
         4: .line 330
            dload 4 /* value */
            dload 1 /* min */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 6
         5: .line 332
            dload 4 /* value */
            dstore 1 /* min */
        end local 4 // double value
         6: .line 327
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 335
            dload 1 /* min */
            dreturn
        end local 1 // double min
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    9     1    min  D
            2    8     3      i  I
            4    6     4  value  D

  public double minIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double defaultValue
         0: .line 341
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.min:()D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 347
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.sum:()D
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 353
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.toSortedArray:()[D
            astore 1 /* sortedArray */
        start local 1 // double[] sortedArray
         1: .line 354
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         2: .line 355
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 6
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 6
         3: .line 357
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            daload
            dstore 3 /* first */
        start local 3 // double first
         4: .line 358
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            daload
            dstore 5 /* second */
        start local 5 // double second
         5: .line 359
            dload 3 /* first */
            dload 5 /* second */
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 5 // double second
        end local 3 // double first
         6: .line 361
      StackMap locals: double[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            daload
            dreturn
        end local 2 // int middleIndex
        end local 1 // double[] sortedArray
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    7     1  sortedArray  [D
            2    7     2  middleIndex  I
            4    6     3        first  D
            5    6     5       second  D

  public double[] toSortedArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 367
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.toArray:()[D
            astore 1 /* array */
        start local 1 // double[] array
         1: .line 368
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([D)V
         2: .line 369
            aload 1 /* array */
            areturn
        end local 1 // double[] array
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    3     1  array  [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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
         0: .line 375
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            aload 1 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            if_icmpeq 2
         1: .line 377
            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 379
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 2 /* sum */
        start local 2 // double sum
         3: .line 380
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 382
      StackMap locals: double int
      StackMap stack:
            dload 2 /* sum */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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 380
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            if_icmplt 5
        end local 4 // int i
         8: .line 384
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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 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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 390
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

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

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

  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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 408
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            newarray 7
            astore 1 /* newItems */
        start local 1 // double[] newItems
         1: .line 409
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            aload 1 /* newItems */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 410
            aload 1 /* newItems */
            areturn
        end local 1 // double[] newItems
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double[] target
         0: .line 416
            aload 1 /* target */
            arraylength
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmpge 2
         1: .line 418
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            newarray 7
            astore 1 /* target */
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            aload 1 /* target */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 421
            aload 1 /* target */
            areturn
        end local 1 // double[] target
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    4     1  target  [D
    MethodParameters:
        Name  Flags
      target  

  public boolean contains(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double value
         0: .line 427
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList double top top int int double[]
      StackMap stack:
         1: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         2: .line 429
            dload 3 /* item */
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 4
         3: .line 431
            iconst_1
            ireturn
        end local 3 // double item
         4: .line 427
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 1
         6: .line 434
            iconst_0
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  value  D
            2    4     3   item  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double[] source
         0: .line 440
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList double[] top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* value */
        start local 2 // double value
         2: .line 442
            aload 0 /* this */
            dload 2 /* value */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.contains:(D)Z
            ifne 4
         3: .line 444
            iconst_0
            ireturn
        end local 2 // double value
         4: .line 440
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 447
            iconst_1
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1  source  [D
            2    4     2   value  D
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 453
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         1: goto 4
         2: .line 455
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 0 /* this */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.contains:(D)Z
            ifne 4
         3: .line 457
            iconst_0
            ireturn
         4: .line 453
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 2
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         5: .line 460
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    6     1    source  Lorg/eclipse/collections/api/DoubleIterable;
            1    5     2  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 466
            aload 0 /* this */
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 472
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 478
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.newBag:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/DoubleHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public org.eclipse.collections.api.LazyDoubleIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 484
            new org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter.<init>:(Lorg/eclipse/collections/api/DoubleIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 490
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

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

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList newWith(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double element
         0: .line 502
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iconst_1
            iadd
            newarray 7
            astore 3 /* newItems */
        start local 3 // double[] newItems
         1: .line 503
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            aload 3 /* newItems */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 504
            aload 3 /* newItems */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            dload 1 /* element */
            dastore
         3: .line 505
            new org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList
            dup
            aload 3 /* newItems */
            invokespecial org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.<init>:([D)V
            areturn
        end local 3 // double[] newItems
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    4     1   element  D
            1    4     3  newItems  [D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList newWithout(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // double element
         0: .line 511
            aload 0 /* this */
            dload 1 /* element */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.indexOf:(D)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 512
            iload 3 /* index */
            iconst_m1
            if_icmpeq 6
         2: .line 514
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iconst_1
            isub
            newarray 7
            astore 4 /* newItems */
        start local 4 // double[] newItems
         3: .line 515
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            aload 4 /* newItems */
            iconst_0
            iload 3 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 516
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 3 /* index */
            iconst_1
            iadd
            aload 4 /* newItems */
            iload 3 /* index */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iload 3 /* index */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 517
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            aload 4 /* newItems */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:([D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 4 // double[] newItems
         6: .line 519
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int index
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    7     1   element  D
            1    7     3     index  I
            3    6     4  newItems  [D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList newWithAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 525
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.DoubleIterable.size:()I
            iadd
            newarray 7
            astore 2 /* newItems */
        start local 2 // double[] newItems
         1: .line 526
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iconst_0
            aload 2 /* newItems */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 527
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         3: .line 528
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 4 /* iterator */
        start local 4 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         4: goto 7
         5: .line 530
      StackMap locals: double[] int org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 2 /* newItems */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            iload 3 /* index */
            iadd
            aload 4 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dastore
         6: .line 528
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
         7: aload 4 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 5
        end local 4 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         8: .line 532
            new org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList
            dup
            aload 2 /* newItems */
            invokespecial org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.<init>:([D)V
            areturn
        end local 3 // int index
        end local 2 // double[] newItems
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    9     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
            1    9     2  newItems  [D
            3    9     3     index  I
            4    8     4  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList newWithoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 538
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.toList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            astore 2 /* mutableDoubleList */
        start local 2 // org.eclipse.collections.api.list.primitive.MutableDoubleList mutableDoubleList
         1: .line 539
            aload 2 /* mutableDoubleList */
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.removeAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            pop
         2: .line 540
            aload 2 /* mutableDoubleList */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 2 // org.eclipse.collections.api.list.primitive.MutableDoubleList mutableDoubleList
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    3     1           elements  Lorg/eclipse/collections/api/DoubleIterable;
            1    3     2  mutableDoubleList  Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
          Name  Flags
      elements  

  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.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 546
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            ireturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 552
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 558
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 564
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 565
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 567
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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 565
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 3
        end local 4 // int i
         6: .line 569
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
         0: .line 575
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 576
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 578
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* function */
            aload 3 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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 576
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 3
        end local 4 // int i
         6: .line 580
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // int size
         0: .line 586
            iload 1 /* size */
            ifgt 2
         1: .line 588
            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 590
      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 591
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.notEmpty:()Z
            ifeq 17
         4: .line 593
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 595
            aload 2 /* result */
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 596
            goto 17
         7: .line 599
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         8: .line 600
            goto 16
         9: .line 602
      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 603
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 605
      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 603
            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 607
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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 600
      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 611
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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 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.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Object otherList
         0: .line 617
            aload 1 /* otherList */
            aload 0 /* this */
            if_acmpne 2
         1: .line 619
            iconst_1
            ireturn
         2: .line 621
      StackMap locals:
      StackMap stack:
            aload 1 /* otherList */
            instanceof org.eclipse.collections.api.list.primitive.DoubleList
            ifne 4
         3: .line 623
            iconst_0
            ireturn
         4: .line 625
      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 626
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            aload 2 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.DoubleList.size:()I
            if_icmpeq 7
         6: .line 628
            iconst_0
            ireturn
         7: .line 630
      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 632
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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 634
            iconst_0
            ireturn
        11: .line 630
      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.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 9
        end local 3 // int i
        13: .line 637
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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=7, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 643
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 644
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList int top top int int double[]
      StackMap stack:
         2: aload 6
            iload 4
            daload
            dstore 2 /* item */
        start local 2 // double item
         3: .line 646
            bipush 31
            iload 1 /* hashCode */
            imul
            dload 2 /* item */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 2 /* item */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* hashCode */
        end local 2 // double item
         4: .line 644
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 648
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    7     1  hashCode  I
            3    4     2      item  D

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 654
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 660
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.String separator
         0: .line 666
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 672
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 673
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 674
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Appendable appendable
         0: .line 680
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 681
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 686
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 687
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  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.immutable.primitive.ImmutableDoubleArrayList 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 694
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 695
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 8
         3: .line 697
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            ifle 5
         4: .line 699
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 5 /* i */
            daload
            dstore 6 /* value */
        start local 6 // double value
         6: .line 702
            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 695
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            arraylength
            if_icmplt 3
        end local 5 // int i
         9: .line 704
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 705
            goto 13
        11: .line 706
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList 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 708
            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 710
      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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.ImmutableDoubleList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 718
            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 719
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.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 721
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList org.eclipse.collections.api.set.primitive.MutableDoubleSet top top int int double[]
      StackMap stack:
         3: aload 7
            iload 5
            daload
            dstore 3 /* each */
        start local 3 // double each
         4: .line 723
            aload 2 /* seenSoFar */
            dload 3 /* each */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            ifeq 6
         5: .line 725
            aload 1 /* target */
            dload 3 /* each */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.add:(D)Z
            pop
        end local 3 // double each
         6: .line 721
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 728
            aload 1 /* target */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    9     1     target  Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            2    9     2  seenSoFar  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            4    6     3       each  D

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 734
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public org.eclipse.collections.api.list.ImmutableList<org.eclipse.collections.api.tuple.primitive.DoubleDoublePair> zipDouble(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 743
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 744
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.DoubleIterable.size:()I
            istore 3 /* otherSize */
        start local 3 // int otherSize
         2: .line 745
            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 746
            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 747
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 749
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList 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.immutable.primitive.ImmutableDoubleArrayList.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 747
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 2 /* size */
            if_icmpge 9
            aload 5 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 6
        end local 6 // int i
         9: .line 751
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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/ImmutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleDoublePair;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <T> org.eclipse.collections.api.list.ImmutableList<org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<T>> zip(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
        start local 1 // java.lang.Iterable iterable
         0: .line 760
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 761
            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 762
            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 763
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         4: .line 764
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 766
      StackMap locals: org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList 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.immutable.primitive.ImmutableDoubleArrayList.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 764
            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 768
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            invokeinterface org.eclipse.collections.api.list.MutableList.toImmutable:()Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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/ImmutableList<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=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
         0: .line 800
            sipush 1040
            istore 1 /* characteristics */
        start local 1 // int characteristics
         1: .line 801
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList.items:[D
            iload 1 /* characteristics */
            invokestatic java.util.Spliterators.spliterator:([DI)Ljava/util/Spliterator$OfDouble;
            areturn
        end local 1 // int characteristics
        end local 0 // org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            1    2     1  characteristics  I

  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.ImmutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.ImmutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.ImmutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.distinct:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.distinct:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithout(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.newWithout:(D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWith(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.newWith:(D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.ImmutableDoubleList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.ImmutableDoubleList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)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
            invokeinterface org.eclipse.collections.api.list.primitive.ImmutableDoubleList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            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.immutable.primitive.ImmutableDoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    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.immutable.primitive.ImmutableDoubleArrayList.toReversed:()Lorg/eclipse/collections/impl/list/immutable/primitive/ImmutableDoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.newWithoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection newWithAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    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.immutable.primitive.ImmutableDoubleArrayList.newWithAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.immutable.primitive.ImmutableDoubleArrayList.zipDouble:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/ImmutableList;
            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.immutable.primitive.ImmutableDoubleArrayList.subList:(II)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ImmutableDoubleArrayList.java"
NestMembers:
  org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator
InnerClasses:
  public abstract OfDouble = java.util.Spliterator$OfDouble of java.util.Spliterator
  private InternalDoubleIterator = org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList$InternalDoubleIterator of org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayList