public class at.yawk.numaec.MutableShortBufferListFactory implements org.eclipse.collections.api.factory.list.primitive.MutableShortListFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: at.yawk.numaec.MutableShortBufferListFactory
  super_class: java.lang.Object
{
  private final at.yawk.numaec.LargeByteBufferAllocator allocator;
    descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 11
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.MutableShortBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 12
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    3     1  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public static at.yawk.numaec.MutableShortBufferListFactory withAllocator(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)Lat/yawk/numaec/MutableShortBufferListFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 15
            new at.yawk.numaec.MutableShortBufferListFactory
            dup
            aload 0 /* allocator */
            invokespecial at.yawk.numaec.MutableShortBufferListFactory.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;)V
            areturn
        end local 0 // at.yawk.numaec.LargeByteBufferAllocator allocator
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public at.yawk.numaec.MutableShortBufferList empty();
    descriptor: ()Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
         0: .line 20
            new at.yawk.numaec.ShortBufferListImpl$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableShortBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            invokespecial at.yawk.numaec.ShortBufferListImpl$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;)V
            areturn
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableShortBufferListFactory;

  public at.yawk.numaec.MutableShortBufferList emptyWithInitialCapacity(int);
    descriptor: (I)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // int initialCapacity
         0: .line 24
            new at.yawk.numaec.ShortBufferListImpl$Mutable
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.MutableShortBufferListFactory.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            iload 1 /* initialCapacity */
            invokespecial at.yawk.numaec.ShortBufferListImpl$Mutable.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;I)V
            areturn
        end local 1 // int initialCapacity
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public at.yawk.numaec.MutableShortBufferList of();
    descriptor: ()Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
         0: .line 29
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.empty:()Lat/yawk/numaec/MutableShortBufferList;
            areturn
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableShortBufferListFactory;

  public at.yawk.numaec.MutableShortBufferList with();
    descriptor: ()Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
         0: .line 34
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.empty:()Lat/yawk/numaec/MutableShortBufferList;
            areturn
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/MutableShortBufferListFactory;

  public at.yawk.numaec.MutableShortBufferList of(short[]);
    descriptor: ([S)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // short[] items
         0: .line 39
            aload 0 /* this */
            aload 1 /* items */
            arraylength
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.emptyWithInitialCapacity:(I)Lat/yawk/numaec/MutableShortBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableShortBufferList list
         1: .line 40
            aload 2 /* list */
            aload 1 /* items */
            invokeinterface at.yawk.numaec.MutableShortBufferList.addAll:([S)Z
            pop
         2: .line 41
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableShortBufferList list
        end local 1 // short[] items
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    3     1  items  [S
            1    3     2   list  Lat/yawk/numaec/MutableShortBufferList;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableShortBufferList with(short[]);
    descriptor: ([S)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // short[] items
         0: .line 46
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.of:([S)Lat/yawk/numaec/MutableShortBufferList;
            areturn
        end local 1 // short[] items
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    1     1  items  [S
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableShortBufferList ofAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // org.eclipse.collections.api.ShortIterable items
         0: .line 51
            aload 0 /* this */
            aload 1 /* items */
            invokeinterface org.eclipse.collections.api.ShortIterable.size:()I
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.emptyWithInitialCapacity:(I)Lat/yawk/numaec/MutableShortBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableShortBufferList list
         1: .line 52
            aload 2 /* list */
            aload 1 /* items */
            invokeinterface at.yawk.numaec.MutableShortBufferList.addAll:(Lorg/eclipse/collections/api/ShortIterable;)Z
            pop
         2: .line 53
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableShortBufferList list
        end local 1 // org.eclipse.collections.api.ShortIterable items
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    3     1  items  Lorg/eclipse/collections/api/ShortIterable;
            1    3     2   list  Lat/yawk/numaec/MutableShortBufferList;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableShortBufferList withAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // org.eclipse.collections.api.ShortIterable items
         0: .line 58
            aload 0 /* this */
            aload 1 /* items */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.ofAll:(Lorg/eclipse/collections/api/ShortIterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
        end local 1 // org.eclipse.collections.api.ShortIterable items
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    1     1  items  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
       Name  Flags
      items  

  public at.yawk.numaec.MutableShortBufferList ofAll(java.lang.Iterable<java.lang.Short>);
    descriptor: (Ljava/lang/Iterable;)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // java.lang.Iterable iterable
         0: .line 63
            aload 0 /* this */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.of:()Lat/yawk/numaec/MutableShortBufferList;
            astore 2 /* list */
        start local 2 // at.yawk.numaec.MutableShortBufferList list
         1: .line 64
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: at.yawk.numaec.MutableShortBufferListFactory java.lang.Iterable at.yawk.numaec.MutableShortBufferList top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Short
            astore 3 /* element */
        start local 3 // java.lang.Short element
         3: .line 65
            aload 2 /* list */
            aload 3 /* element */
            invokevirtual java.lang.Short.shortValue:()S
            invokeinterface at.yawk.numaec.MutableShortBufferList.add:(S)Z
            pop
        end local 3 // java.lang.Short element
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 67
            aload 2 /* list */
            areturn
        end local 2 // at.yawk.numaec.MutableShortBufferList list
        end local 1 // java.lang.Iterable iterable
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    6     1  iterable  Ljava/lang/Iterable<Ljava/lang/Short;>;
            1    6     2      list  Lat/yawk/numaec/MutableShortBufferList;
            3    4     3   element  Ljava/lang/Short;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Short;>;)Lat/yawk/numaec/MutableShortBufferList;
    MethodParameters:
          Name  Flags
      iterable  

  public at.yawk.numaec.MutableShortBufferList withAll(java.lang.Iterable<java.lang.Short>);
    descriptor: (Ljava/lang/Iterable;)Lat/yawk/numaec/MutableShortBufferList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.MutableShortBufferListFactory this
        start local 1 // java.lang.Iterable iterable
         0: .line 72
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.ofAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // at.yawk.numaec.MutableShortBufferListFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/MutableShortBufferListFactory;
            0    1     1  iterable  Ljava/lang/Iterable<Ljava/lang/Short;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Short;>;)Lat/yawk/numaec/MutableShortBufferList;
    MethodParameters:
          Name  Flags
      iterable  

  public org.eclipse.collections.api.list.primitive.MutableShortList withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.withAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList withAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList with(short[]);
    descriptor: ([S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.with:([S)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList with();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.with:()Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList of(short[]);
    descriptor: ([S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.of:([S)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList of();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.of:()Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList empty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.empty:()Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList ofAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.ofAll:(Ljava/lang/Iterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableShortList ofAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual at.yawk.numaec.MutableShortBufferListFactory.ofAll:(Lorg/eclipse/collections/api/ShortIterable;)Lat/yawk/numaec/MutableShortBufferList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MutableShortBufferListFactory.java"
InnerClasses:
  public Mutable = at.yawk.numaec.ShortBufferListImpl$Mutable of at.yawk.numaec.ShortBufferListImpl