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

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

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

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

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

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure 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.IntBufferListImpl.get:(I)I
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
         3: .line 82
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 85
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

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

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // int index
         0: .line 94
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl.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.IntBufferListImpl.buffer:Lat/yawk/numaec/LargeByteBuffer;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual at.yawk.numaec.IntBufferListImpl.scale:(I)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getInt:(J)I
            ireturn
        end local 1 // int index
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/IntBufferListImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public long dotProduct(org.eclipse.collections.api.list.primitive.IntList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/IntList;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.list.primitive.IntList 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.IntList.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 5 /* itr */
        start local 5 // org.eclipse.collections.api.iterator.IntIterator itr
         3: .line 108
            goto 5
         4: .line 109
      StackMap locals: long int org.eclipse.collections.api.iterator.IntIterator
      StackMap stack:
            lload 2 /* sum */
            aload 0 /* this */
            iload 4 /* i */
            iinc 4 /* i */ 1
            invokevirtual at.yawk.numaec.IntBufferListImpl.get:(I)I
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            imul
            i2l
            ladd
            lstore 2 /* sum */
         5: .line 108
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl.size:I
            if_icmpge 6
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 4
         6: .line 111
      StackMap locals:
      StackMap stack:
            aload 5 /* itr */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 7
            iload 4 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl.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.IntIterator itr
        end local 4 // int i
        end local 2 // long sum
        end local 1 // org.eclipse.collections.api.list.primitive.IntList list
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lat/yawk/numaec/IntBufferListImpl;
            0    9     1  list  Lorg/eclipse/collections/api/list/primitive/IntList;
            1    9     2   sum  J
            2    9     4     i  I
            3    9     5   itr  Lorg/eclipse/collections/api/iterator/IntIterator;
    MethodParameters:
      Name  Flags
      list  

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

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

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

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

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

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

  public org.eclipse.collections.api.list.primitive.IntList select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/IntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate 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.IntPredicate predicate
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.IntList reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/list/primitive/IntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate 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.IntPredicate predicate
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.list.ListIterable<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntToObjectFunction 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.IntToObjectFunction function
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/IntBufferListImpl;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/ListIterable<TV;>;
    MethodParameters:
          Name  Flags
      function  

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

  public int count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate 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.IntBufferListImpl.get:(I)I
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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.IntBufferListImpl.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.IntPredicate predicate
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1    8     2      count  I
            2    7     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate 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.IntBufferListImpl.get:(I)I
            istore 3 /* element */
        start local 3 // int element
         3: .line 211
            aload 1 /* predicate */
            iload 3 /* element */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 5
         4: .line 212
            iconst_1
            ireturn
        end local 3 // int 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.IntBufferListImpl.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.IntPredicate predicate
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1    7     2          i  I
            3    5     3    element  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate 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.IntBufferListImpl.get:(I)I
            istore 3 /* element */
        start local 3 // int element
         3: .line 222
            aload 1 /* predicate */
            iload 3 /* element */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 5
         4: .line 223
            iconst_0
            ireturn
        end local 3 // int 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.IntBufferListImpl.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.IntPredicate predicate
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    8     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1    7     2          i  I
            3    5     3    element  I
    MethodParameters:
           Name  Flags
      predicate  

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

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction 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.IntBufferListImpl.get:(I)I
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)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.IntBufferListImpl.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.ObjectIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lat/yawk/numaec/IntBufferListImpl;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;
            1    5     3              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction 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.IntBufferListImpl.get:(I)I
            iload 3 /* i */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction.valueOf:(Ljava/lang/Object;II)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.IntBufferListImpl.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.ObjectIntIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lat/yawk/numaec/IntBufferListImpl;
            0    6     1  injectedValue  TT;
            0    6     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction<-TT;+TT;>;
            1    5     3              i  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntIntToObjectFunction<-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.IntBufferListImpl 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.IntBufferListImpl.get:(I)I
            i2l
            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.IntBufferListImpl.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.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lat/yawk/numaec/IntBufferListImpl;
            1    7     1   sum  J
            2    6     3     i  I

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

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

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

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

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure 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.IntBufferListImpl.get:(I)I
            iload 2 /* i */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure.value:(II)V
         3: .line 297
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl.size:I
            if_icmplt 2
        end local 2 // int i
         5: .line 300
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure procedure
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lat/yawk/numaec/IntBufferListImpl;
            0    6     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntIntProcedure;
            1    5     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

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

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

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

  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.IntBufferListImpl 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.IntBufferListImpl.get:(I)I
            invokestatic java.lang.String.valueOf:(I)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.IntBufferListImpl.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.IntBufferListImpl 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.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lat/yawk/numaec/IntBufferListImpl;
            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.IntBufferListImpl this
        start local 1 // java.lang.Object o
         0: .line 340
            aload 1 /* o */
            instanceof org.eclipse.collections.api.list.primitive.IntList
            ifeq 14
         1: .line 341
            aload 1 /* o */
            checkcast org.eclipse.collections.api.list.primitive.IntList
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.list.primitive.IntList other
         2: .line 342
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.size:()I
            istore 3 /* expectedSize */
        start local 3 // int expectedSize
         3: .line 343
            iload 3 /* expectedSize */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.IntBufferListImpl.size:()I
            if_icmpne 13
         4: .line 344
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 4 /* j */
        start local 4 // org.eclipse.collections.api.iterator.IntIterator 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.IntBufferListImpl java.lang.Object org.eclipse.collections.api.list.primitive.IntList int org.eclipse.collections.api.iterator.IntIterator int
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.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.IntIterator.next:()I
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.IntBufferListImpl.get:(I)I
            if_icmpeq 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.IntIterator.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.IntIterator 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.IntList other
        14: .line 357
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // at.yawk.numaec.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lat/yawk/numaec/IntBufferListImpl;
            0   15     1             o  Ljava/lang/Object;
            2   14     2         other  Lorg/eclipse/collections/api/list/primitive/IntList;
            3   14     3  expectedSize  I
            5   13     4             j  Lorg/eclipse/collections/api/iterator/IntIterator;
            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.IntBufferListImpl 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 */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.IntBufferListImpl.get:(I)I
            iadd
            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.IntBufferListImpl.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.IntBufferListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lat/yawk/numaec/IntBufferListImpl;
            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.IntIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)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.IntIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.IntList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/IntIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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