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

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

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

  public abstract org.eclipse.collections.api.bag.primitive.MutableIntBag of(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

  public abstract org.eclipse.collections.api.bag.primitive.MutableIntBag with(int[]);
    descriptor: ([I)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      items  

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

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

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

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

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

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