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

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

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

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

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

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

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

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

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

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

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

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

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