class at.yawk.numaec.LongBufferListImpl extends org.eclipse.collections.impl.primitive.AbstractLongIterable implements at.yawk.numaec.LongBufferList
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.LongBufferListImpl
  super_class: org.eclipse.collections.impl.primitive.AbstractLongIterable
{
  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.LongBufferListImpl this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
         0: .line 36
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractLongIterable.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.LongBufferListImpl.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 38
            aload 0 /* this */
            getstatic at.yawk.numaec.LargeByteBuffer.EMPTY:Lat/yawk/numaec/LargeByteBuffer;
            putfield at.yawk.numaec.LongBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         3: .line 39
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lat/yawk/numaec/LongBufferListImpl;
            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.LongBufferListImpl this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        start local 2 // int initialCapacity
         0: .line 41
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractLongIterable.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* allocator */
            putfield at.yawk.numaec.LongBufferListImpl.allocator:Lat/yawk/numaec/LargeByteBufferAllocator;
         2: .line 43
            aload 0 /* this */
            aload 1 /* allocator */
            aload 0 /* this */
            iload 2 /* initialCapacity */
            invokevirtual at.yawk.numaec.LongBufferListImpl.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBufferAllocator.allocate:(J)Lat/yawk/numaec/LargeByteBuffer;
            putfield at.yawk.numaec.LongBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         3: .line 44
            return
        end local 2 // int initialCapacity
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator allocator
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lat/yawk/numaec/LongBufferListImpl;
            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.LongBufferListImpl this
         0: .line 48
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
            invokeinterface at.yawk.numaec.LargeByteBuffer.close:()V
         1: .line 49
            aload 0 /* this */
            aconst_null
            putfield at.yawk.numaec.LongBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
         2: .line 50
            return
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/LongBufferListImpl;

  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.LongBufferListImpl this
        start local 1 // int index
         0: .line 53
            iload 1 /* index */
            i2l
            ldc 8
            lmul
            lreturn
        end local 1 // int index
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lat/yawk/numaec/LongBufferListImpl;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.LongBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.LongPredicate predicate
         0: .line 231
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual at.yawk.numaec.LongBufferListImpl.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.LongPredicate predicate
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lat/yawk/numaec/LongBufferListImpl;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
    MethodParameters:
           Name  Flags
      predicate  

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

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // at.yawk.numaec.LongBufferListImpl this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction function
         0: .line 244
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 245
      StackMap locals: int
      StackMap stack:
            aload 2 /* function */
            aload 1 /* injectedValue */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            iload 3 /* i */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction.valueOf:(Ljava/lang/Object;JI)Ljava/lang/Object;
            astore 1 /* injectedValue */
         3: .line 244
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            if_icmplt 2
        end local 3 // int i
         5: .line 247
            aload 1 /* injectedValue */
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lat/yawk/numaec/LongBufferListImpl;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectLongIntToObjectFunction<-TT;+TT;>;
            1    5     3              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongIntToObjectFunction<-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.LongBufferListImpl this
         0: .line 254
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 255
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 256
      StackMap locals: long int
      StackMap stack:
            lload 1 /* sum */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            ladd
            lstore 1 /* sum */
         4: .line 255
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            if_icmplt 3
        end local 3 // int i
         6: .line 258
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lat/yawk/numaec/LongBufferListImpl;
            1    7     1   sum  J
            2    6     3     i  I

  public long max();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // at.yawk.numaec.LongBufferListImpl this
         0: .line 263
            aload 0 /* this */
            iconst_0
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            lstore 1 /* max */
        start local 1 // long max
         1: .line 264
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 265
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            lstore 4 /* item */
        start local 4 // long item
         4: .line 266
            lload 4 /* item */
            lload 1 /* max */
            lcmp
            ifle 6
         5: .line 267
            lload 4 /* item */
            lreturn
        end local 4 // long item
         6: .line 264
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            if_icmplt 3
        end local 3 // int i
         8: .line 270
            lload 1 /* max */
            lreturn
        end local 1 // long max
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/LongBufferListImpl;
            1    9     1   max  J
            2    8     3     i  I
            4    6     4  item  J

  public long min();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // at.yawk.numaec.LongBufferListImpl this
         0: .line 275
            aload 0 /* this */
            iconst_0
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            lstore 1 /* min */
        start local 1 // long min
         1: .line 276
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 277
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            lstore 4 /* item */
        start local 4 // long item
         4: .line 278
            lload 4 /* item */
            lload 1 /* min */
            lcmp
            ifge 6
         5: .line 279
            lload 4 /* item */
            lreturn
        end local 4 // long item
         6: .line 276
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            if_icmplt 3
        end local 3 // int i
         8: .line 282
            lload 1 /* min */
            lreturn
        end local 1 // long min
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/LongBufferListImpl;
            1    9     1   min  J
            2    8     3     i  I
            4    6     4  item  J

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

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

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

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

  public org.eclipse.collections.api.list.primitive.LongList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/LongList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // at.yawk.numaec.LongBufferListImpl this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 309
            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.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/LongBufferListImpl;
            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.LongBufferListImpl this
         0: .line 314
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            ireturn
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/LongBufferListImpl;

  public java.util.Spliterator$OfLong spliterator();
    descriptor: ()Ljava/util/Spliterator$OfLong;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LongBufferListImpl this
         0: .line 319
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/LongBufferListImpl;

  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.LongBufferListImpl 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 325
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 326
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 327
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            ifeq 5
         4: .line 328
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 330
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 326
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.LongBufferListImpl.size:I
            if_icmplt 3
        end local 5 // int i
         8: .line 332
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 333
            goto 12
      StackMap locals: at.yawk.numaec.LongBufferListImpl 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 334
            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 336
      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.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lat/yawk/numaec/LongBufferListImpl;
            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=4, locals=6, args_size=2
        start local 0 // at.yawk.numaec.LongBufferListImpl this
        start local 1 // java.lang.Object o
         0: .line 340
            aload 1 /* o */
            instanceof org.eclipse.collections.api.list.primitive.LongList
            ifeq 14
         1: .line 341
            aload 1 /* o */
            checkcast org.eclipse.collections.api.list.primitive.LongList
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.list.primitive.LongList other
         2: .line 342
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.LongList.size:()I
            istore 3 /* expectedSize */
        start local 3 // int expectedSize
         3: .line 343
            iload 3 /* expectedSize */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.LongBufferListImpl.size:()I
            if_icmpne 13
         4: .line 344
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.LongList.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
            astore 4 /* j */
        start local 4 // org.eclipse.collections.api.iterator.LongIterator j
         5: .line 345
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: .line 346
            goto 10
         7: .line 347
      StackMap locals: at.yawk.numaec.LongBufferListImpl java.lang.Object org.eclipse.collections.api.list.primitive.LongList int org.eclipse.collections.api.iterator.LongIterator int
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 8
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         8: .line 348
      StackMap locals:
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            lcmp
            ifeq 9
            iconst_0
            ireturn
         9: .line 349
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        10: .line 346
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 3 /* expectedSize */
            if_icmplt 7
        11: .line 351
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifeq 12
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        12: .line 352
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int i
        end local 4 // org.eclipse.collections.api.iterator.LongIterator j
        13: .line 354
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int expectedSize
        end local 2 // org.eclipse.collections.api.list.primitive.LongList other
        14: .line 357
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lat/yawk/numaec/LongBufferListImpl;
            0   15     1             o  Ljava/lang/Object;
            2   14     2         other  Lorg/eclipse/collections/api/list/primitive/LongList;
            3   14     3  expectedSize  I
            5   13     4             j  Lorg/eclipse/collections/api/iterator/LongIterator;
            6   13     5             i  I
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // at.yawk.numaec.LongBufferListImpl this
         0: .line 363
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 364
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 365
      StackMap locals: int int
      StackMap stack:
            iload 1 /* hashCode */
            bipush 31
            imul
            istore 1 /* hashCode */
         4: .line 366
            iload 1 /* hashCode */
            i2l
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.LongBufferListImpl.get:(I)J
            ladd
            l2i
            istore 1 /* hashCode */
         5: .line 364
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.LongBufferListImpl.size:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 368
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // at.yawk.numaec.LongBufferListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lat/yawk/numaec/LongBufferListImpl;
            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.LongIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongIntToObjectFunction;)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.LongIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.LongList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/LongIntToObjectFunction;)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.LongIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongIntToObjectFunction;)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.LongIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.LongList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/LongIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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