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

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

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

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet withInitialCapacity(int);
    descriptor: (I)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactory 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.set.primitive.MutableDoubleSetFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/api/factory/set/primitive/MutableDoubleSetFactory;
            0    1     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

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

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

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

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

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

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

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

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