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

  public void <init>(org.eclipse.collections.api.list.primitive.MutableDoubleList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
         0: .line 55
            aload 0 /* this */
            aload 1 /* list */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedDoubleCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)V
         1: .line 56
            return
        end local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    2     1  list  Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
      Name  Flags
      list  

  public void <init>(org.eclipse.collections.api.list.primitive.MutableDoubleList, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
        start local 2 // java.lang.Object newLock
         0: .line 60
            aload 0 /* this */
            aload 1 /* list */
            aload 2 /* newLock */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedDoubleCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;Ljava/lang/Object;)V
         1: .line 61
            return
        end local 2 // java.lang.Object newLock
        end local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    2     1     list  Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            0    2     2  newLock  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      list     
      newLock  

  private org.eclipse.collections.api.list.primitive.MutableDoubleList getMutableDoubleList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 65
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getDoubleCollection:()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            checkcast org.eclipse.collections.api.list.primitive.MutableDoubleList
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;

  public double get(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
         0: .line 71
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 73
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.get:(I)D
            aload 2
            monitorexit
         2: dreturn
         3: .line 71
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
       Name  Flags
      index  

  public double getFirst();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 80
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 82
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.getFirst:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 80
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getLast();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 89
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 91
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.getLast:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 89
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public int indexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // double value
         0: .line 98
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 100
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.indexOf:(D)I
            aload 3
            monitorexit
         2: ireturn
         3: .line 98
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList double java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  value  D
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // double value
         0: .line 107
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 109
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.lastIndexOf:(D)I
            aload 3
            monitorexit
         2: ireturn
         3: .line 107
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList double java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  value  D
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
       Name  Flags
      value  

  public void addAtIndex(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
        start local 2 // double element
         0: .line 116
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 118
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            dload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.addAtIndex:(ID)V
         2: .line 116
            aload 4
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int double java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 4
            monitorexit
         5: athrow
         6: .line 120
      StackMap locals:
      StackMap stack:
            return
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1    index  I
            0    7     2  element  D
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, double[]);
    descriptor: (I[D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
        start local 2 // double[] source
         0: .line 125
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 127
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.addAllAtIndex:(I[D)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 125
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int double[] java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // double[] source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1   index  I
            0    5     2  source  [D
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean addAllAtIndex(int, org.eclipse.collections.api.DoubleIterable);
    descriptor: (ILorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.DoubleIterable source
         0: .line 134
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 136
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.addAllAtIndex:(ILorg/eclipse/collections/api/DoubleIterable;)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 134
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int org.eclipse.collections.api.DoubleIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // org.eclipse.collections.api.DoubleIterable source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1   index  I
            0    5     2  source  Lorg/eclipse/collections/api/DoubleIterable;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
        Name  Flags
      index   
      source  

  public double removeAtIndex(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
         0: .line 143
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 145
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.removeAtIndex:(I)D
            aload 2
            monitorexit
         2: dreturn
         3: .line 143
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
       Name  Flags
      index  

  public double set(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // int index
        start local 2 // double element
         0: .line 152
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 154
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            dload 2 /* element */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.set:(ID)D
            aload 4
            monitorexit
         2: dreturn
         3: .line 152
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList int double java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1    index  I
            0    5     2  element  D
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
         Name  Flags
      index    
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList with(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // double element
         0: .line 161
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* element */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.add:(D)Z
            pop
         2: .line 161
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList double java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  element  D
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList without(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // double element
         0: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 173
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* element */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.remove:(D)Z
            pop
         2: .line 171
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList double java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  element  D
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 183
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toArray:()[D
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.addAll:([D)Z
            pop
         2: .line 181
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.DoubleIterable java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 191
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 193
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.removeAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            pop
         2: .line 191
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.DoubleIterable java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 201
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 203
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 2
            monitorexit
         2: areturn
         3: .line 201
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 210
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 212
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 2
            monitorexit
         2: areturn
         3: .line 210
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.predicate.primitive.DoublePredicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 219
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 221
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 219
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 228
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 230
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.sortThis:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 228
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList sortThis(org.eclipse.collections.api.block.comparator.primitive.DoubleComparator);
    descriptor: (Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.comparator.primitive.DoubleComparator comparator
         0: .line 238
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 240
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.sortThis:(Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 238
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.comparator.primitive.DoubleComparator java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.comparator.primitive.DoubleComparator comparator
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  comparator  Lorg/eclipse/collections/api/block/comparator/primitive/DoubleComparator;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
            Name  Flags
      comparator  

  public <T> org.eclipse.collections.api.list.primitive.MutableDoubleList sortThisBy(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 248
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 250
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.sortThisBy:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 248
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<TT;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
          Name  Flags
      function  

  public <T> org.eclipse.collections.api.list.primitive.MutableDoubleList sortThisBy(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<T>, java.util.Comparator<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        start local 2 // java.util.Comparator comparator
         0: .line 258
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 260
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* function */
            aload 2 /* comparator */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.sortThisBy:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 258
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // java.util.Comparator comparator
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1    function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<TT;>;
            0    7     2  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<TT;>;Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
            Name  Flags
      function    
      comparator  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList shuffleThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 268
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 270
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.shuffleThis:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 268
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList shuffleThis(java.util.Random);
    descriptor: (Ljava/util/Random;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // java.util.Random rnd
         0: .line 278
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 280
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* rnd */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.shuffleThis:(Ljava/util/Random;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 278
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.util.Random java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.Random rnd
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1   rnd  Ljava/util/Random;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      rnd   

  public int binarySearch(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // double value
         0: .line 288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 290
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.binarySearch:(D)I
            aload 3
            monitorexit
         2: ireturn
         3: .line 288
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList double java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  value  D
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
       Name  Flags
      value  

  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=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
         0: .line 297
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 299
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.dotProduct:(Lorg/eclipse/collections/api/list/primitive/DoubleList;)D
            aload 2
            monitorexit
         2: dreturn
         3: .line 297
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.list.primitive.DoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  list  Lorg/eclipse/collections/api/list/primitive/DoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      list  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // java.lang.Object otherList
         0: .line 306
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 308
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* otherList */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.equals:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 306
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object otherList
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  otherList  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
           Name  Flags
      otherList  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 315
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 317
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.hashCode:()I
            aload 1
            monitorexit
         2: ireturn
         3: .line 315
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public org.eclipse.collections.api.LazyDoubleIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 324
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 326
            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
            aload 1
            monitorexit
         2: areturn
         3: .line 324
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 335
            new org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;)V
            aload 1
            monitorexit
         2: areturn
         3: .line 333
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList asSynchronized();
    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.mutable.primitive.SynchronizedDoubleList this
         0: .line 342
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;

  public org.eclipse.collections.api.list.primitive.ImmutableDoubleList toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 348
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 350
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.size:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 351
            iload 2 /* size */
            ifne 5
         3: .line 353
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            aload 1
            monitorexit
         4: areturn
         5: .line 355
      StackMap locals: java.lang.Object int
      StackMap stack:
            iload 2 /* size */
            iconst_1
            if_icmpne 8
         6: .line 357
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getFirst:()D
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:(D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            aload 1
            monitorexit
         7: areturn
         8: .line 359
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.toArray:()[D
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:([D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            aload 1
            monitorexit
         9: areturn
        end local 2 // int size
        10: .line 348
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        11: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            2   10     2  size  I
      Exception table:
        from    to  target  type
           1     4      10  any
           5     7      10  any
           8     9      10  any
          10    11      10  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 368
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 370
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1
            monitorexit
         2: areturn
         3: .line 368
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 377
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 379
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.reverseThis:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            pop
         2: .line 377
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 389
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1
            monitorexit
         2: areturn
         3: .line 387
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

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

  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=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
         0: .line 402
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 404
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;)V
         2: .line 402
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 406
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
           Name  Flags
      procedure  

  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=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
         0: .line 411
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 413
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.injectIntoWithIndex:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction;)Ljava/lang/Object;
            aload 3
            monitorexit
         2: areturn
         3: .line 411
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  injectedValue  TT;
            0    5     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction<-TT;+TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    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.list.primitive.MutableDoubleList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 423
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 425
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1
            monitorexit
         2: areturn
         3: .line 423
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

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

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.DoubleDoublePair> zipDouble(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 440
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 442
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.zipDouble:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 440
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.DoubleIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  iterable  Lorg/eclipse/collections/api/DoubleIterable;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleDoublePair;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <T> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<T>> zip(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // java.lang.Iterable iterable
         0: .line 451
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 453
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 451
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList java.lang.Iterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  iterable  Ljava/lang/Iterable<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TT;>;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <V> org.eclipse.collections.api.list.MutableList<V> collectWithIndex(org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
         0: .line 466
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 468
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 466
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V, R extends java.util.Collection<V>> R collectWithIndex(org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 480
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 482
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            aload 3
            monitorexit
         2: areturn
         3: .line 480
      StackMap locals: org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;
            0    5     2    target  TR;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public java.util.Spliterator$OfDouble spliterator();
    descriptor: ()Ljava/util/Spliterator$OfDouble;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
         0: .line 492
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.spliterator:()Ljava/util/Spliterator$OfDouble;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection with(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.with:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/SynchronizedDoubleList;
            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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.list.ListIterable 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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SynchronizedDoubleList.java"
InnerClasses:
  public abstract OfDouble = java.util.Spliterator$OfDouble of java.util.Spliterator