public interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList empty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList of();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList with();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.eclipse.collections.api.list.primitive.MutableDoubleList withInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory this
        start local 1 // int capacity
         0: .line 43
            new java.lang.UnsupportedOperationException
            dup
            ldc "Default method to ensure backwards compatibility"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int capacity
        end local 0 // org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/list/primitive/MutableDoubleListFactory;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList of(double[]);
    descriptor: ([D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList with(double[]);
    descriptor: ([D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList wrapCopy(double[]);
    descriptor: ([D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory this
        start local 1 // double[] array
         0: .line 64
            aload 1 /* array */
            arraylength
            newarray 7
            astore 2 /* newArray */
        start local 2 // double[] newArray
         1: .line 65
            aload 1 /* array */
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 1 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 66
            aload 0 /* this */
            aload 2 /* newArray */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory.with:([D)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 2 // double[] newArray
        end local 1 // double[] array
        end local 0 // org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/api/factory/list/primitive/MutableDoubleListFactory;
            0    3     1     array  [D
            1    3     2  newArray  [D
    MethodParameters:
       Name  Flags
      array  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList ofAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList ofAll(java.lang.Iterable<java.lang.Double>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Double;>;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
          Name  Flags
      iterable  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList withAll(java.lang.Iterable<java.lang.Double>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<Ljava/lang/Double;>;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    MethodParameters:
          Name  Flags
      iterable  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList ofAll(java.util.stream.DoubleStream);
    descriptor: (Ljava/util/stream/DoubleStream;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.list.primitive.MutableDoubleList withAll(java.util.stream.DoubleStream);
    descriptor: (Ljava/util/stream/DoubleStream;)Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  
}
SourceFile: "MutableDoubleListFactory.java"