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

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

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

  public abstract org.eclipse.collections.api.bag.primitive.ImmutableIntBag of(int);
    descriptor: (I)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

  public abstract org.eclipse.collections.api.bag.primitive.ImmutableIntBag with(int);
    descriptor: (I)Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      one   

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

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

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

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

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

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

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

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