public final class org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl extends java.lang.Enum<org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl> implements org.eclipse.collections.api.factory.bag.primitive.ImmutableShortBagFactory
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
  super_class: java.lang.Enum
{
  public static final org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl INSTANCE;
    descriptor: Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl[] ENUM$VALUES;
    descriptor: [Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 26
            new org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.<init>:(Ljava/lang/String;I)V
            putstatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.INSTANCE:Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
         1: .line 24
            iconst_1
            anewarray org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
            dup
            iconst_0
            getstatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.INSTANCE:Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            aastore
            putstatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.ENUM$VALUES:[Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
         0: .line 24
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag empty();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
         0: .line 31
            getstatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBag.INSTANCE:Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag of();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
         0: .line 37
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.empty:()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag with();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
         0: .line 43
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.empty:()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag of(short);
    descriptor: (S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // short one
         0: .line 49
            aload 0 /* this */
            iload 1 /* one */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.with:(S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // short one
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1   one  S
    MethodParameters:
      Name  Flags
      one   

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag with(short);
    descriptor: (S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // short one
         0: .line 55
            new org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBag
            dup
            iload 1 /* one */
            invokespecial org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBag.<init>:(S)V
            areturn
        end local 1 // short one
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1   one  S
    MethodParameters:
      Name  Flags
      one   

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag of(short[]);
    descriptor: ([S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // short[] items
         0: .line 61
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.with:([S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // short[] items
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1  items  [S
    MethodParameters:
       Name  Flags
      items  

  public org.eclipse.collections.api.bag.primitive.ImmutableShortBag with(short[]);
    descriptor: ([S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // short[] items
         0: .line 67
            aload 1 /* items */
            ifnull 1
            aload 1 /* items */
            arraylength
            ifne 2
         1: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.with:()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* items */
            arraylength
            iconst_1
            if_icmpne 4
         3: .line 73
            aload 0 /* this */
            aload 1 /* items */
            iconst_0
            saload
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.with:(S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
         4: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* items */
            invokestatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBag.newBagWith:([S)Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortHashBag;
            areturn
        end local 1 // short[] items
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    5     1  items  [S
    MethodParameters:
       Name  Flags
      items  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // org.eclipse.collections.api.ShortIterable items
         0: .line 81
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // org.eclipse.collections.api.ShortIterable items
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1  items  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
       Name  Flags
      items  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // org.eclipse.collections.api.ShortIterable items
         0: .line 87
            aload 1 /* items */
            instanceof org.eclipse.collections.api.bag.primitive.ImmutableShortBag
            ifeq 2
         1: .line 89
            aload 1 /* items */
            checkcast org.eclipse.collections.api.bag.primitive.ImmutableShortBag
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* items */
            invokeinterface org.eclipse.collections.api.ShortIterable.toArray:()[S
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.with:([S)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // org.eclipse.collections.api.ShortIterable items
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    3     1  items  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
       Name  Flags
      items  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // java.lang.Iterable iterable
         0: .line 100
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1  iterable  Ljava/lang/Iterable<Ljava/lang/Short;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Short;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    MethodParameters:
          Name  Flags
      iterable  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
        start local 1 // java.lang.Iterable iterable
         0: .line 109
            getstatic org.eclipse.collections.impl.factory.primitive.ShortBags.mutable:Lorg/eclipse/collections/api/factory/bag/primitive/MutableShortBagFactory;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableShortBag.toImmutable:()Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            0    1     1  iterable  Ljava/lang/Iterable<Ljava/lang/Short;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Short;>;)Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
    MethodParameters:
          Name  Flags
      iterable  

  public static org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl[] values();
    descriptor: ()[Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl.ENUM$VALUES:[Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortBagFactoryImpl
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/eclipse/collections/impl/bag/immutable/primitive/ImmutableShortBagFactoryImpl;>;Lorg/eclipse/collections/api/factory/bag/primitive/ImmutableShortBagFactory;
SourceFile: "ImmutableShortBagFactoryImpl.java"