public class org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection 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.UnmodifiableDoubleList
  super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection
{
  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.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
         0: .line 46
            aload 0 /* this */
            aload 1 /* list */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)V
         1: .line 47
            return
        end local 1 // org.eclipse.collections.api.list.primitive.MutableDoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    2     1  list  Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
      Name  Flags
      list  

  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.UnmodifiableDoubleList this
         0: .line 51
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  public double get(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
         0: .line 57
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.get:(I)D
            dreturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double getFirst();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 63
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.getFirst:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  public double getLast();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 69
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.getLast:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  public int indexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // double value
         0: .line 75
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.indexOf:(D)I
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // double value
         0: .line 81
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.lastIndexOf:(D)I
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public void addAtIndex(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
        start local 2 // double element
         0: .line 87
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1    index  I
            0    1     2  element  D
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, double[]);
    descriptor: (I[D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
        start local 2 // double[] source
         0: .line 93
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double[] source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1   index  I
            0    1     2  source  [D
    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=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.DoubleIterable source
         0: .line 99
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1   index  I
            0    1     2  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      index   
      source  

  public double removeAtIndex(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
         0: .line 105
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public double set(int, double);
    descriptor: (ID)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // int index
        start local 2 // double element
         0: .line 111
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call set() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // double element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1    index  I
            0    1     2  element  D
    MethodParameters:
         Name  Flags
      index    
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList with(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // double element
         0: .line 117
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList without(double);
    descriptor: (D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // double element
         0: .line 123
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 129
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 135
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 141
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 147
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 153
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 159
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call sortThis() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  public int binarySearch(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // double value
         0: .line 165
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            dload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.binarySearch:(D)I
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  value  D
    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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
         0: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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
            dreturn
        end local 1 // org.eclipse.collections.api.list.primitive.DoubleList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  list  Lorg/eclipse/collections/api/list/primitive/DoubleList;
    MethodParameters:
      Name  Flags
      list  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // java.lang.Object otherList
         0: .line 177
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            aload 1 /* otherList */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object otherList
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  otherList  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      otherList  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 183
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

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

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

  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=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 201
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 202
            iload 1 /* size */
            ifne 3
         2: .line 204
            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;
            areturn
         3: .line 206
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            iconst_1
            if_icmpne 5
         4: .line 208
            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.UnmodifiableDoubleList.getFirst:()D
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:(D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
         5: .line 210
      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.UnmodifiableDoubleList.toArray:()[D
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.with:([D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            1    6     1  size  I

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

  public org.eclipse.collections.api.list.primitive.MutableDoubleList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 224
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call reverseThis() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

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

  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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
         0: .line 236
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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
         1: .line 237
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleIntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  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.UnmodifiableDoubleList this
         0: .line 242
            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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  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=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleIntToObjectFunction function
         0: .line 248
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleIntToObjectFunction<-TT;+TT;>;
    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=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
         0: .line 257
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.getMutableDoubleList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableDoubleList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  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.UnmodifiableDoubleList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 263
            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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
         0: .line 271
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  iterable  Lorg/eclipse/collections/api/DoubleIterable;
    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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // java.lang.Iterable iterable
         0: .line 279
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  iterable  Ljava/lang/Iterable<TT;>;
    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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
         0: .line 291
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;
    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=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleIntToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 302
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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;
            areturn
        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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleIntToObjectFunction<+TV;>;
            0    1     2    target  TR;
    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.UnmodifiableDoubleList this
         0: .line 308
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleList.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.UnmodifiableDoubleList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;

  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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.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.UnmodifiableDoubleList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            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.UnmodifiableDoubleList.with:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.with:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.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.UnmodifiableDoubleList.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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 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.UnmodifiableDoubleList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            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.UnmodifiableDoubleList.asSynchronized:()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.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.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 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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.toReversed:()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.UnmodifiableDoubleList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            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.UnmodifiableDoubleList.newEmpty:()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.UnmodifiableDoubleList.without:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.without:(D)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableDoubleList;
            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.UnmodifiableDoubleList.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.UnmodifiableDoubleList.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnmodifiableDoubleList.java"
InnerClasses:
  public abstract OfDouble = java.util.Spliterator$OfDouble of java.util.Spliterator