class at.yawk.numaec.ByteBufferListImpl extends org.eclipse.collections.impl.primitive.AbstractByteIterable implements at.yawk.numaec.ByteBufferList
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.ByteBufferListImpl
  super_class: org.eclipse.collections.impl.primitive.AbstractByteIterable
{
  private static final int INITIAL_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  final at.yawk.numaec.LargeByteBufferAllocator allocator;
    descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
    flags: (0x0010) ACC_FINAL

  at.yawk.numaec.LargeByteBuffer buffer;
    descriptor: Lat/yawk/numaec/LargeByteBuffer;
    flags: (0x0000) 

  int size;
    descriptor: I
    flags: (0x0000) 

  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.ByteBufferListImpl this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 35
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractByteIterable.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.ByteBufferListImpl.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 37
            aload 0 /* this */
            getstatic at.yawk.numaec.LargeByteBuffer.EMPTY:Lat/yawk/numaec/LargeByteBuffer;
            putfield at.yawk.numaec.ByteBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         3: .line 38
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    4     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=4, locals=3, args_size=3
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        start local 2 // int initialCapacity
         0: .line 40
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractByteIterable.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.ByteBufferListImpl.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 42
            aload 0 /* this */
            aload 1 /* allocator */
            aload 0 /* this */
            iload 2 /* initialCapacity */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBufferAllocator.allocate:(J)Lat/yawk/numaec/LargeByteBuffer;
            putfield at.yawk.numaec.ByteBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         3: .line 43
            return
        end local 2 // int initialCapacity
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lat/yawk/numaec/ByteBufferListImpl;
            0    4     1        allocator  Lat/yawk/numaec/LargeByteBufferAllocator;
            0    4     2  initialCapacity  I
    MethodParameters:
                 Name  Flags
      allocator        
      initialCapacity  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 47
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
            invokeinterface at.yawk.numaec.LargeByteBuffer.close:()V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield at.yawk.numaec.ByteBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         2: .line 49
            return
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/ByteBufferListImpl;

  protected long scale(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // int index
         0: .line 52
            iload 1 /* index */
            i2l
            lconst_1
            lmul
            lreturn
        end local 1 // int index
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

  public byte[] toArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 62
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            newarray 8
            astore 1 /* array */
        start local 1 // byte[] array
         1: .line 63
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 64
      StackMap locals: byte[] int
      StackMap stack:
            aload 1 /* array */
            iload 2 /* i */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            bastore
         4: .line 63
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 2 // int i
         6: .line 66
            aload 1 /* array */
            areturn
        end local 1 // byte[] array
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            1    7     1  array  [B
            2    6     2      i  I

  public boolean contains(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // byte value
         0: .line 71
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 72
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iload 1 /* value */
            if_icmpne 4
         3: .line 73
            iconst_1
            ireturn
         4: .line 71
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         6: .line 76
            iconst_0
            ireturn
        end local 1 // byte value
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0    7     1  value  B
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      value  

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 81
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 82
      StackMap locals: int
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteProcedure.value:(B)V
         3: .line 81
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 84
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
         0: .line 88
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;)V
         1: .line 89
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteProcedure procedure
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // int index
         0: .line 93
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
         1: .line 94
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getByte:(J)B
            ireturn
        end local 1 // int index
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long dotProduct(org.eclipse.collections.api.list.primitive.ByteList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/ByteList;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.list.primitive.ByteList list
         0: .line 104
            lconst_0
            lstore 2 /* sum */
        start local 2 // long sum
         1: .line 105
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: .line 106
            aload 1 /* list */
            invokeinterface org.eclipse.collections.api.list.primitive.ByteList.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 5 /* itr */
        start local 5 // org.eclipse.collections.api.iterator.ByteIterator itr
         3: .line 107
            goto 5
         4: .line 108
      StackMap locals: long int org.eclipse.collections.api.iterator.ByteIterator
      StackMap stack:
            lload 2 /* sum */
            aload 0 /* this */
            iload 4 /* i */
            iinc 4 /* i */ 1
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            imul
            i2l
            ladd
            lstore 2 /* sum */
         5: .line 107
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmpge 6
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 4
         6: .line 110
      StackMap locals:
      StackMap stack:
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 7
            iload 4 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmpge 8
         7: .line 111
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Size mismatch"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 113
      StackMap locals:
      StackMap stack:
            lload 2 /* sum */
            lreturn
        end local 5 // org.eclipse.collections.api.iterator.ByteIterator itr
        end local 4 // int i
        end local 2 // long sum
        end local 1 // org.eclipse.collections.api.list.primitive.ByteList list
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/ByteBufferListImpl;
            0    9     1  list  Lorg/eclipse/collections/api/list/primitive/ByteList;
            1    9     2   sum  J
            2    9     4     i  I
            3    9     5   itr  Lorg/eclipse/collections/api/iterator/ByteIterator;
    MethodParameters:
      Name  Flags
      list  

  public int binarySearch(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // byte value
         0: .line 118
            iconst_0
            istore 2 /* low */
        start local 2 // int low
         1: .line 119
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            iconst_1
            isub
            istore 3 /* high */
        start local 3 // int high
         2: .line 120
            goto 12
         3: .line 121
      StackMap locals: int int
      StackMap stack:
            iload 2 /* low */
            iload 3 /* high */
            iadd
            iconst_2
            idiv
            istore 4 /* mid */
        start local 4 // int mid
         4: .line 122
            aload 0 /* this */
            iload 4 /* mid */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 5 /* pivot */
        start local 5 // byte pivot
         5: .line 123
            iload 5 /* pivot */
            iload 1 /* value */
            if_icmpge 8
         6: .line 124
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* low */
         7: .line 125
            goto 12
      StackMap locals: int int
      StackMap stack:
         8: iload 5 /* pivot */
            iload 1 /* value */
            if_icmple 11
         9: .line 126
            iload 4 /* mid */
            iconst_1
            isub
            istore 3 /* high */
        10: .line 127
            goto 12
        11: .line 128
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            ireturn
        end local 5 // byte pivot
        end local 4 // int mid
        12: .line 120
      StackMap locals:
      StackMap stack:
            iload 2 /* low */
            iload 3 /* high */
            if_icmple 3
        13: .line 131
            iload 2 /* low */
            iconst_m1
            ixor
            ireturn
        end local 3 // int high
        end local 2 // int low
        end local 1 // byte value
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0   14     1  value  B
            1   14     2    low  I
            2   14     3   high  I
            4   12     4    mid  I
            5   12     5  pivot  B
    MethodParameters:
       Name  Flags
      value  

  public int indexOf(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // byte value
         0: .line 136
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iload 1 /* value */
            if_icmpne 4
         3: .line 138
            iload 2 /* i */
            ireturn
         4: .line 136
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         6: .line 141
            iconst_m1
            ireturn
        end local 1 // byte value
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0    7     1  value  B
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // byte value
         0: .line 146
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 147
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iload 1 /* value */
            if_icmpne 4
         3: .line 148
            iload 2 /* i */
            ireturn
         4: .line 146
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifge 2
        end local 2 // int i
         6: .line 151
            iconst_m1
            ireturn
        end local 1 // byte value
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lat/yawk/numaec/ByteBufferListImpl;
            0    7     1  value  B
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      value  

  public byte getLast();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            iconst_1
            isub
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            ireturn
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ByteBufferListImpl;

  public org.eclipse.collections.api.LazyByteIterable asReversed();
    descriptor: ()Lorg/eclipse/collections/api/LazyByteIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 161
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.primitive.ReverseByteIterable.adapt:(Lorg/eclipse/collections/api/list/primitive/ByteList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseByteIterable;
            areturn
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ByteBufferListImpl;

  public byte getFirst();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 166
            aload 0 /* this */
            iconst_0
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            ireturn
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ByteBufferListImpl;

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

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

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

  public byte detectIfNone(org.eclipse.collections.api.block.predicate.primitive.BytePredicate, byte);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        start local 2 // byte ifNone
         0: .line 186
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 187
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 4 /* element */
        start local 4 // byte element
         3: .line 188
            aload 1 /* predicate */
            iload 4 /* element */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 189
            iload 4 /* element */
            ireturn
        end local 4 // byte element
         5: .line 186
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 3 // int i
         7: .line 192
            iload 2 /* ifNone */
            ireturn
        end local 2 // byte ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            0    8     2     ifNone  B
            1    7     3          i  I
            3    5     4    element  B
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public int count(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 197
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 198
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 199
      StackMap locals: int int
      StackMap stack:
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 200
            iinc 2 /* count */ 1
         5: .line 198
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 3 // int i
         7: .line 203
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    8     2      count  I
            2    7     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 208
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 3 /* element */
        start local 3 // byte element
         3: .line 210
            aload 1 /* predicate */
            iload 3 /* element */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifeq 5
         4: .line 211
            iconst_1
            ireturn
        end local 3 // byte element
         5: .line 208
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         7: .line 214
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    7     2          i  I
            3    5     3    element  B
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 219
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 220
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 3 /* element */
        start local 3 // byte element
         3: .line 221
            aload 1 /* predicate */
            iload 3 /* element */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.BytePredicate.accept:(B)Z
            ifne 5
         4: .line 222
            iconst_0
            ireturn
        end local 3 // byte element
         5: .line 219
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         7: .line 225
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
            1    7     2          i  I
            3    5     3    element  B
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
         0: .line 230
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction function
         0: .line 235
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 236
      StackMap locals: int
      StackMap stack:
            aload 2 /* function */
            aload 1 /* injectedValue */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction.valueOf:(Ljava/lang/Object;B)Ljava/lang/Object;
            astore 1 /* injectedValue */
         3: .line 235
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 3 // int i
         5: .line 238
            aload 1 /* injectedValue */
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lat/yawk/numaec/ByteBufferListImpl;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;
            1    5     3              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectByteIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteIntToObjectFunction function
         0: .line 243
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 244
      StackMap locals: int
      StackMap stack:
            aload 2 /* function */
            aload 1 /* injectedValue */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iload 3 /* i */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectByteIntToObjectFunction.valueOf:(Ljava/lang/Object;BI)Ljava/lang/Object;
            astore 1 /* injectedValue */
         3: .line 243
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 3 // int i
         5: .line 246
            aload 1 /* injectedValue */
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectByteIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lat/yawk/numaec/ByteBufferListImpl;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectByteIntToObjectFunction<-TT;+TT;>;
            1    5     3              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectByteIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 253
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 254
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 255
      StackMap locals: long int
      StackMap stack:
            lload 1 /* sum */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            i2l
            ladd
            lstore 1 /* sum */
         4: .line 254
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 3 // int i
         6: .line 257
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lat/yawk/numaec/ByteBufferListImpl;
            1    7     1   sum  J
            2    6     3     i  I

  public byte max();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 262
            aload 0 /* this */
            iconst_0
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 1 /* max */
        start local 1 // byte max
         1: .line 263
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 264
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 3 /* item */
        start local 3 // byte item
         4: .line 265
            iload 3 /* item */
            iload 1 /* max */
            if_icmple 6
         5: .line 266
            iload 3 /* item */
            ireturn
        end local 3 // byte item
         6: .line 263
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 2 // int i
         8: .line 269
            iload 1 /* max */
            ireturn
        end local 1 // byte max
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/ByteBufferListImpl;
            1    9     1   max  B
            2    8     2     i  I
            4    6     3  item  B

  public byte min();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 274
            aload 0 /* this */
            iconst_0
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 1 /* min */
        start local 1 // byte min
         1: .line 275
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 276
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            istore 3 /* item */
        start local 3 // byte item
         4: .line 277
            iload 3 /* item */
            iload 1 /* min */
            if_icmpge 6
         5: .line 278
            iload 3 /* item */
            ireturn
        end local 3 // byte item
         6: .line 275
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 2 // int i
         8: .line 281
            iload 1 /* min */
            ireturn
        end local 1 // byte min
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/ByteBufferListImpl;
            1    9     1   min  B
            2    8     2     i  I
            4    6     3  item  B

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

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

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ByteIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ByteIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteIntProcedure procedure
         0: .line 296
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 297
      StackMap locals: int
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iload 2 /* i */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ByteIntProcedure.value:(BI)V
         3: .line 296
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 299
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ByteIntProcedure procedure
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ByteIntProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

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

  public org.eclipse.collections.api.list.primitive.ByteList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/ByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 308
            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.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/ByteBufferListImpl;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 313
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            ireturn
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/ByteBufferListImpl;

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 320
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 321
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 322
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            ifeq 5
         4: .line 323
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 321
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.ByteBufferListImpl.size:I
            if_icmplt 3
        end local 5 // int i
         8: .line 327
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 328
            goto 12
      StackMap locals: at.yawk.numaec.ByteBufferListImpl java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
        10: astore 5 /* e */
        start local 5 // java.io.IOException e
        11: .line 329
            new java.io.UncheckedIOException
            dup
            aload 5 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 5 // java.io.IOException e
        12: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lat/yawk/numaec/ByteBufferListImpl;
            0   13     1  appendable  Ljava/lang/Appendable;
            0   13     2       start  Ljava/lang/String;
            0   13     3   separator  Ljava/lang/String;
            0   13     4         end  Ljava/lang/String;
            2    8     5           i  I
           11   12     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9      10  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
        start local 1 // java.lang.Object o
         0: .line 335
            aload 1 /* o */
            instanceof org.eclipse.collections.api.list.primitive.ByteList
            ifeq 14
         1: .line 336
            aload 1 /* o */
            checkcast org.eclipse.collections.api.list.primitive.ByteList
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.list.primitive.ByteList other
         2: .line 337
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.ByteList.size:()I
            istore 3 /* expectedSize */
        start local 3 // int expectedSize
         3: .line 338
            iload 3 /* expectedSize */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.size:()I
            if_icmpne 13
         4: .line 339
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.ByteList.byteIterator:()Lorg/eclipse/collections/api/iterator/ByteIterator;
            astore 4 /* j */
        start local 4 // org.eclipse.collections.api.iterator.ByteIterator j
         5: .line 340
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: .line 341
            goto 10
         7: .line 342
      StackMap locals: at.yawk.numaec.ByteBufferListImpl java.lang.Object org.eclipse.collections.api.list.primitive.ByteList int org.eclipse.collections.api.iterator.ByteIterator int
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifne 8
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         8: .line 343
      StackMap locals:
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 344
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        10: .line 341
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 3 /* expectedSize */
            if_icmplt 7
        11: .line 346
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
            ifeq 12
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        12: .line 347
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int i
        end local 4 // org.eclipse.collections.api.iterator.ByteIterator j
        13: .line 349
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int expectedSize
        end local 2 // org.eclipse.collections.api.list.primitive.ByteList other
        14: .line 352
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lat/yawk/numaec/ByteBufferListImpl;
            0   15     1             o  Ljava/lang/Object;
            2   14     2         other  Lorg/eclipse/collections/api/list/primitive/ByteList;
            3   14     3  expectedSize  I
            5   13     4             j  Lorg/eclipse/collections/api/iterator/ByteIterator;
            6   13     5             i  I
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // at.yawk.numaec.ByteBufferListImpl this
         0: .line 358
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 359
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 360
      StackMap locals: int int
      StackMap stack:
            iload 1 /* hashCode */
            bipush 31
            imul
            istore 1 /* hashCode */
         4: .line 361
            iload 1 /* hashCode */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.get:(I)B
            iadd
            istore 1 /* hashCode */
         5: .line 359
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.ByteBufferListImpl.size:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 363
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // at.yawk.numaec.ByteBufferListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lat/yawk/numaec/ByteBufferListImpl;
            1    8     1  hashCode  I
            2    7     2         i  I

  public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.ByteIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteIntToObjectFunction;)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.ByteIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.ByteList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/ByteIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.ByteIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteIntToObjectFunction;)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.ByteIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.ByteList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/ByteIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
    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.ByteBufferListImpl.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedByteIterable select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedByteIterable;
    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.ByteBufferListImpl.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleByteIterable;
    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.ByteBufferListImpl.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)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.ByteToObjectFunction
            invokevirtual at.yawk.numaec.ByteBufferListImpl.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)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.ByteToObjectFunction
            invokevirtual at.yawk.numaec.ByteBufferListImpl.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)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.ByteToObjectFunction
            invokevirtual at.yawk.numaec.ByteBufferListImpl.collect:(Lorg/eclipse/collections/api/block/function/primitive/ByteToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ByteIterable;
    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.ByteBufferListImpl.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedByteIterable reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedByteIterable;
    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.ByteBufferListImpl.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleByteIterable;
    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.ByteBufferListImpl.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BytePredicate;)Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleByteIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleByteIterable;
    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.ByteBufferListImpl.toReversed:()Lorg/eclipse/collections/api/list/primitive/ByteList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ByteBufferListImpl.java"
NestMembers:
  at.yawk.numaec.ByteBufferListImpl$Itr  at.yawk.numaec.ByteBufferListImpl$Mutable  at.yawk.numaec.ByteBufferListImpl$Mutable$Itr
InnerClasses:
  Itr = at.yawk.numaec.ByteBufferListImpl$Itr of at.yawk.numaec.ByteBufferListImpl
  public Mutable = at.yawk.numaec.ByteBufferListImpl$Mutable of at.yawk.numaec.ByteBufferListImpl