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

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

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

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

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

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

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

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

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

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