public class at.yawk.numaec.ShortBufferListImpl$Mutable extends at.yawk.numaec.ShortBufferListImpl implements at.yawk.numaec.MutableShortBufferList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: at.yawk.numaec.ShortBufferListImpl$Mutable
  super_class: at.yawk.numaec.ShortBufferListImpl
{
  void <init>(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 382
            aload 0 /* this */
            aload 1 /* allocator */
            invokespecial at.yawk.numaec.ShortBufferListImpl.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;)V
         1: .line 383
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1  allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  void <init>(at.yawk.numaec.LargeByteBufferAllocator, int);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        start local 2 // int initialCapacity
         0: .line 386
            aload 0 /* this */
            aload 1 /* allocator */
            iload 2 /* initialCapacity */
            invokespecial at.yawk.numaec.ShortBufferListImpl.<init>:(Lat/yawk/numaec/LargeByteBufferAllocator;I)V
         1: .line 387
            return
        end local 2 // int initialCapacity
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1        allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
            0    2     2  initialCapacity  I
    MethodParameters:
                 Name  Flags
      allocator        
      initialCapacity  

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=12, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int capacity
         0: .line 390
            aload 0 /* this */
            iload 1 /* capacity */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            lstore 2 /* requiredCapacity */
        start local 2 // long requiredCapacity
         1: .line 391
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            invokeinterface at.yawk.numaec.LargeByteBuffer.size:()J
            lstore 4 /* currentCapacity */
        start local 4 // long currentCapacity
         2: .line 392
            lload 2 /* requiredCapacity */
            lload 4 /* currentCapacity */
            lcmp
            ifle 23
         3: .line 393
            lload 4 /* currentCapacity */
            lconst_0
            lcmp
            ifne 4
            aload 0 /* this */
            bipush 16
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            goto 5
      StackMap locals: long long
      StackMap stack:
         4: lload 4 /* currentCapacity */
      StackMap locals:
      StackMap stack: long
         5: lstore 6 /* newCapacity */
        start local 6 // long newCapacity
         6: .line 394
            goto 8
         7: .line 395
      StackMap locals: long
      StackMap stack:
            lload 6 /* newCapacity */
            lload 6 /* newCapacity */
            iconst_1
            lshr
            ladd
            lstore 6 /* newCapacity */
         8: .line 394
      StackMap locals:
      StackMap stack:
            lload 2 /* requiredCapacity */
            lload 6 /* newCapacity */
            lcmp
            ifgt 7
         9: .line 397
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            lload 6 /* newCapacity */
            invokeinterface at.yawk.numaec.LargeByteBuffer.reallocate:(J)Lat/yawk/numaec/LargeByteBuffer;
            astore 8 /* reallocated */
        start local 8 // at.yawk.numaec.LargeByteBuffer reallocated
        10: .line 398
            aload 8 /* reallocated */
            ifnull 13
        11: .line 399
            aload 0 /* this */
            aload 8 /* reallocated */
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
        12: .line 400
            goto 23
        13: .line 402
      StackMap locals: at.yawk.numaec.LargeByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
            lload 6 /* newCapacity */
            invokeinterface at.yawk.numaec.LargeByteBufferAllocator.allocate:(J)Lat/yawk/numaec/LargeByteBuffer;
            astore 9 /* swap */
        start local 9 // at.yawk.numaec.LargeByteBuffer swap
        14: .line 404
            aload 9 /* swap */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            lconst_0
            lconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
        15: .line 406
            aload 9 /* swap */
            astore 10 /* tmp */
        start local 10 // at.yawk.numaec.LargeByteBuffer tmp
        16: .line 407
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            astore 9 /* swap */
        17: .line 408
            aload 0 /* this */
            aload 10 /* tmp */
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
        end local 10 // at.yawk.numaec.LargeByteBuffer tmp
        18: .line 409
            goto 22
      StackMap locals: at.yawk.numaec.ShortBufferListImpl$Mutable int long long long at.yawk.numaec.LargeByteBuffer at.yawk.numaec.LargeByteBuffer
      StackMap stack: java.lang.Throwable
        19: astore 11
        20: .line 410
            aload 9 /* swap */
            invokeinterface at.yawk.numaec.LargeByteBuffer.close:()V
        21: .line 411
            aload 11
            athrow
        22: .line 410
      StackMap locals:
      StackMap stack:
            aload 9 /* swap */
            invokeinterface at.yawk.numaec.LargeByteBuffer.close:()V
        end local 9 // at.yawk.numaec.LargeByteBuffer swap
        end local 8 // at.yawk.numaec.LargeByteBuffer reallocated
        end local 6 // long newCapacity
        23: .line 414
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long currentCapacity
        end local 2 // long requiredCapacity
        end local 1 // int capacity
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   24     0              this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0   24     1          capacity  I
            1   24     2  requiredCapacity  J
            2   24     4   currentCapacity  J
            6   23     6       newCapacity  J
           10   23     8       reallocated  Lat/yawk/numaec/LargeByteBuffer;
           14   23     9              swap  Lat/yawk/numaec/LargeByteBuffer;
           16   18    10               tmp  Lat/yawk/numaec/LargeByteBuffer;
      Exception table:
        from    to  target  type
          14    19      19  any
    MethodParameters:
          Name  Flags
      capacity  

  public void addAtIndex(int, short);
    descriptor: (IS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int index
        start local 2 // short element
         0: .line 418
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmpne 3
         1: .line 419
            aload 0 /* this */
            iload 2 /* element */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.add:(S)Z
            pop
         2: .line 420
            goto 9
      StackMap locals:
      StackMap stack:
         3: iload 1 /* index */
            iflt 4
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmple 5
         4: .line 421
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         5: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         6: .line 425
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 1 /* index */
            isub
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
         7: .line 426
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            iload 2 /* element */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         8: .line 427
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
         9: .line 429
      StackMap locals:
      StackMap stack:
            return
        end local 2 // short element
        end local 1 // int index
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0   10     1    index  I
            0   10     2  element  S
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, short[]);
    descriptor: (I[S)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int index
        start local 2 // short[] source
         0: .line 433
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmpne 2
         1: .line 434
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.addAll:([S)Z
            ireturn
         2: .line 435
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmple 4
         3: .line 436
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 437
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            arraylength
            ifne 6
         5: .line 438
            iconst_0
            ireturn
         6: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            aload 2 /* source */
            arraylength
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         7: .line 442
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* source */
            arraylength
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 1 /* index */
            isub
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
         8: .line 443
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 12
        10: .line 444
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* i */
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 2 /* source */
            iload 3 /* i */
            saload
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
        11: .line 443
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 2 /* source */
            arraylength
            if_icmplt 10
        end local 3 // int i
        13: .line 446
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            aload 2 /* source */
            arraylength
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
        14: .line 447
            iconst_1
            ireturn
        end local 2 // short[] source
        end local 1 // int index
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0   15     1   index  I
            0   15     2  source  [S
            9   13     3       i  I
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean addAllAtIndex(int, org.eclipse.collections.api.ShortIterable);
    descriptor: (ILorg/eclipse/collections/api/ShortIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.ShortIterable source
         0: .line 453
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmpne 2
         1: .line 454
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.addAll:(Lorg/eclipse/collections/api/ShortIterable;)Z
            ireturn
         2: .line 455
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 3
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmple 4
         3: .line 456
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 457
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.ShortIterable.isEmpty:()Z
            ifeq 6
         5: .line 458
            iconst_0
            ireturn
         6: .line 461
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.ShortIterable.size:()I
            istore 3 /* expectedSize */
        start local 3 // int expectedSize
         7: .line 462
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 3 /* expectedSize */
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         8: .line 463
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            iload 1 /* index */
            iload 3 /* expectedSize */
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 1 /* index */
            isub
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
         9: .line 464
            aload 2 /* source */
            invokeinterface org.eclipse.collections.api.ShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
            astore 4 /* itr */
        start local 4 // org.eclipse.collections.api.iterator.ShortIterator itr
        10: .line 465
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 15
        12: .line 466
      StackMap locals: int org.eclipse.collections.api.iterator.ShortIterator int
      StackMap stack:
            aload 4 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
            ifne 13
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        13: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            iload 5 /* i */
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 4 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
        14: .line 465
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 3 /* expectedSize */
            if_icmplt 12
        end local 5 // int i
        16: .line 469
            aload 4 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
            ifeq 17
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        17: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 3 /* expectedSize */
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
        18: .line 471
            iconst_1
            ireturn
        end local 4 // org.eclipse.collections.api.iterator.ShortIterator itr
        end local 3 // int expectedSize
        end local 2 // org.eclipse.collections.api.ShortIterable source
        end local 1 // int index
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0   19     1         index  I
            0   19     2        source  Lorg/eclipse/collections/api/ShortIterable;
            7   19     3  expectedSize  I
           10   19     4           itr  Lorg/eclipse/collections/api/iterator/ShortIterator;
           11   16     5             i  I
    MethodParameters:
        Name  Flags
      index   
      source  

  public short removeAtIndex(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int index
         0: .line 477
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmplt 2
         1: .line 478
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getShort:(J)S
            istore 2 /* value */
        start local 2 // short value
         3: .line 481
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            if_icmple 5
         4: .line 482
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 1 /* index */
            isub
            iconst_1
            isub
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
         5: .line 484
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            isub
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
         6: .line 485
            iload 2 /* value */
            ireturn
        end local 2 // short value
        end local 1 // int index
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    7     1  index  I
            3    7     2  value  S
    MethodParameters:
       Name  Flags
      index  

  public short set(int, short);
    descriptor: (IS)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int index
        start local 2 // short element
         0: .line 491
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            if_icmplt 2
         1: .line 492
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getShort:(J)S
            istore 3 /* old */
        start local 3 // short old
         3: .line 495
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            iload 2 /* element */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         4: .line 496
            iload 3 /* old */
            ireturn
        end local 3 // short old
        end local 2 // short element
        end local 1 // int index
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    5     1    index  I
            0    5     2  element  S
            3    5     3      old  S
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean add(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short element
         0: .line 502
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         1: .line 503
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            iload 1 /* element */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         2: .line 504
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
         3: .line 505
            iconst_1
            ireturn
        end local 1 // short element
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    4     1  element  S
    MethodParameters:
         Name  Flags
      element  

  public boolean addAll(short[]);
    descriptor: ([S)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short[] source
         0: .line 510
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            aload 1 /* source */
            arraylength
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         1: .line 511
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 512
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 1 /* source */
            iload 2 /* i */
            saload
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         4: .line 511
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* source */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 514
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            aload 1 /* source */
            arraylength
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
         7: .line 515
            aload 1 /* source */
            arraylength
            ifle 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 1 // short[] source
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    9     1  source  [S
            2    6     2       i  I
    MethodParameters:
        Name  Flags
      source  

  public boolean addAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.ShortIterable source
         0: .line 520
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ShortIterable.size:()I
            istore 2 /* expectedSize */
        start local 2 // int expectedSize
         1: .line 521
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 2 /* expectedSize */
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.ensureCapacity:(I)V
         2: .line 522
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.ShortIterable.shortIterator:()Lorg/eclipse/collections/api/iterator/ShortIterator;
            astore 3 /* itr */
        start local 3 // org.eclipse.collections.api.iterator.ShortIterator itr
         3: .line 523
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: .line 524
            goto 9
         5: .line 525
      StackMap locals: int org.eclipse.collections.api.iterator.ShortIterator int
      StackMap stack:
            iload 4 /* i */
            iload 2 /* expectedSize */
            if_icmple 7
         6: .line 526
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         7: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 4 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iadd
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.scale:(I)J
            aload 3 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ShortIterator.next:()S
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         8: .line 529
            iinc 4 /* i */ 1
         9: .line 524
      StackMap locals:
      StackMap stack:
            aload 3 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ShortIterator.hasNext:()Z
            ifne 5
        10: .line 531
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
            iload 4 /* i */
            iadd
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
        11: .line 532
            iload 4 /* i */
            ifle 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 4 // int i
        end local 3 // org.eclipse.collections.api.iterator.ShortIterator itr
        end local 2 // int expectedSize
        end local 1 // org.eclipse.collections.api.ShortIterable source
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0   13     1        source  Lorg/eclipse/collections/api/ShortIterable;
            1   13     2  expectedSize  I
            3   13     3           itr  Lorg/eclipse/collections/api/iterator/ShortIterator;
            4   13     4             i  I
    MethodParameters:
        Name  Flags
      source  

  public boolean remove(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short value
         0: .line 537
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.indexOf:(S)I
            istore 2 /* ix */
        start local 2 // int ix
         1: .line 538
            iload 2 /* ix */
            iconst_m1
            if_icmpne 3
         2: .line 539
            iconst_0
            ireturn
         3: .line 541
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ix */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.removeAtIndex:(I)S
            pop
         4: .line 542
            iconst_1
            ireturn
        end local 2 // int ix
        end local 1 // short value
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    5     1  value  S
            1    5     2     ix  I
    MethodParameters:
       Name  Flags
      value  

  public boolean removeAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.ShortIterable source
         0: .line 548
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.ShortIterable source
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  source  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(short[]);
    descriptor: ([S)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short[] source
         0: .line 553
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // short[] source
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  source  [S
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.ShortIterable elements
         0: .line 558
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.ShortIterable elements
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  elements  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
          Name  Flags
      elements  

  public boolean retainAll(short[]);
    descriptor: ([S)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short[] source
         0: .line 563
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // short[] source
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  source  [S
    MethodParameters:
        Name  Flags
      source  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 568
            aload 0 /* this */
            iconst_0
            putfield at.yawk.numaec.ShortBufferListImpl$Mutable.size:I
         1: .line 569
            return
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList with(short);
    descriptor: (S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short element
         0: .line 573
            aload 0 /* this */
            iload 1 /* element */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.add:(S)Z
            pop
         1: .line 574
            aload 0 /* this */
            areturn
        end local 1 // short element
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1  element  S
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.list.primitive.MutableShortList without(short);
    descriptor: (S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // short element
         0: .line 579
            aload 0 /* this */
            iload 1 /* element */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.remove:(S)Z
            pop
         1: .line 580
            aload 0 /* this */
            areturn
        end local 1 // short element
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1  element  S
    MethodParameters:
         Name  Flags
      element  

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.ShortIterable elements
         0: .line 585
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.addAll:(Lorg/eclipse/collections/api/ShortIterable;)Z
            pop
         1: .line 586
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.ShortIterable elements
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1  elements  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.MutableShortList withoutAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.ShortIterable elements
         0: .line 591
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.removeAll:(Lorg/eclipse/collections/api/ShortIterable;)Z
            pop
         1: .line 592
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.ShortIterable elements
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    2     1  elements  Lorg/eclipse/collections/api/ShortIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.MutableShortList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 597
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList sortThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 602
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 607
            new org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableShortList;)V
            areturn
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 612
            new org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableShortList;)V
            areturn
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.iterator.MutableShortIterator shortIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableShortIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 617
            new at.yawk.numaec.ShortBufferListImpl$Mutable$Itr
            dup
            aload 0 /* this */
            invokespecial at.yawk.numaec.ShortBufferListImpl$Mutable$Itr.<init>:(Lat/yawk/numaec/ShortBufferListImpl$Mutable;)V
            areturn
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate
         0: .line 622
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.MutableShortList reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate
         0: .line 627
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.ShortPredicate predicate
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction function
         0: .line 632
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction function
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.list.primitive.MutableShortList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 637
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
         0: .line 642
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;

  public org.eclipse.collections.api.list.primitive.MutableShortList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 647
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // at.yawk.numaec.ShortBufferListImpl$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/ShortBufferListImpl$Mutable;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public short detectIfNone(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate, short);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;S)S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokespecial at.yawk.numaec.ShortBufferListImpl.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;S)S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LazyShortIterable asReversed();
    descriptor: ()Lorg/eclipse/collections/api/LazyShortIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.asReversed:()Lorg/eclipse/collections/api/LazyShortIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short getLast();
    descriptor: ()S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.getLast:()S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int indexOf(short);
    descriptor: (S)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.indexOf:(S)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.collection.primitive.ImmutableShortCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableShortCollection;
    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.ShortBufferListImpl$Mutable.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean contains(short);
    descriptor: (S)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.contains:(S)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object injectInto(java.lang.Object, org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortToObjectFunction;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial at.yawk.numaec.ShortBufferListImpl.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortToObjectFunction;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short getFirst();
    descriptor: ()S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.getFirst:()S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection with(short);
    descriptor: (S)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.with:(S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection withAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.withAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short min();
    descriptor: ()S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.min:()S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/ShortList;
    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.ShortBufferListImpl$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ShortIterable;
    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.ShortBufferListImpl$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedShortIterable select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedShortIterable;
    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.ShortBufferListImpl$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleShortIterable;
    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.ShortBufferListImpl$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection withoutAll(org.eclipse.collections.api.ShortIterable);
    descriptor: (Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.withoutAll:(Lorg/eclipse/collections/api/ShortIterable;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object injectIntoWithIndex(java.lang.Object, org.eclipse.collections.api.block.function.primitive.ObjectShortIntToObjectFunction);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial at.yawk.numaec.ShortBufferListImpl.injectIntoWithIndex:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectShortIntToObjectFunction;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ShortList;
    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.ShortBufferListImpl$Mutable.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleShortIterable;
    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.ShortBufferListImpl$Mutable.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/ShortToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long sum();
    descriptor: ()J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.sum:()J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short max();
    descriptor: ()S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.max:()S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.asSynchronized:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.equals:(Ljava/lang/Object;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short get(int);
    descriptor: (I)S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.get:(I)S
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int lastIndexOf(short);
    descriptor: (S)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.lastIndexOf:(S)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int hashCode();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.hashCode:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection tap(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.list.primitive.MutableShortList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/ShortList;
    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.ShortBufferListImpl$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ShortIterable;
    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.ShortBufferListImpl$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedShortIterable reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedShortIterable;
    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.ShortBufferListImpl$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleShortIterable;
    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.ShortBufferListImpl$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.each:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ShortIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortIntProcedure;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortIntProcedure;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void close();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.close:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ShortList;
    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.ShortBufferListImpl$Mutable.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleShortIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleShortIterable;
    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.ShortBufferListImpl$Mutable.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    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.ShortBufferListImpl$Mutable.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int count(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.count:(Lorg/eclipse/collections/api/block/predicate/primitive/ShortPredicate;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.list.primitive.MutableShortList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection without(short);
    descriptor: (S)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.without:(S)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.iterator.ShortIterator shortIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/ShortIterator;
    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.ShortBufferListImpl$Mutable.shortIterator:()Lorg/eclipse/collections/api/iterator/MutableShortIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int binarySearch(short);
    descriptor: (S)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.binarySearch:(S)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.ShortList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/ShortList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual at.yawk.numaec.ShortBufferListImpl$Mutable.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long dotProduct(org.eclipse.collections.api.list.primitive.ShortList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/ShortList;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial at.yawk.numaec.ShortBufferListImpl.dotProduct:(Lorg/eclipse/collections/api/list/primitive/ShortList;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int size();
    descriptor: ()I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.size:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokespecial at.yawk.numaec.ShortBufferListImpl.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public short[] toArray();
    descriptor: ()[S
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.ShortBufferListImpl.toArray:()[S
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ShortBufferListImpl.java"
NestHost: at.yawk.numaec.ShortBufferListImpl
InnerClasses:
  public Mutable = at.yawk.numaec.ShortBufferListImpl$Mutable of at.yawk.numaec.ShortBufferListImpl
  Itr = at.yawk.numaec.ShortBufferListImpl$Mutable$Itr of at.yawk.numaec.ShortBufferListImpl$Mutable