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

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

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

  public abstract org.eclipse.collections.api.list.primitive.ImmutableDoubleList of(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

  public abstract org.eclipse.collections.api.list.primitive.ImmutableDoubleList with(double);
    descriptor: (D)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

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

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

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

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

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

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

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

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