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

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

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

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

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

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

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

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

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

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

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