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

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

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

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

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

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

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

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

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