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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.eclipse.collections.api.list.primitive.CharList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/CharList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // at.yawk.numaec.CharBufferListImpl this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 308
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // at.yawk.numaec.CharBufferListImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/CharBufferListImpl;
            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.CharBufferListImpl this
         0: .line 313
            aload 0 /* this */
            getfield at.yawk.numaec.CharBufferListImpl.size:I
            ireturn
        end local 0 // at.yawk.numaec.CharBufferListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/CharBufferListImpl;

  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.CharBufferListImpl this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 320
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 321
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 7
         3: .line 322
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            ifeq 5
         4: .line 323
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.CharBufferListImpl.get:(I)C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 321
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield at.yawk.numaec.CharBufferListImpl.size:I
            if_icmplt 3
        end local 5 // int i
         8: .line 327
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 328
            goto 12
      StackMap locals: at.yawk.numaec.CharBufferListImpl java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
        10: astore 5 /* e */
        start local 5 // java.io.IOException e
        11: .line 329
            new java.io.UncheckedIOException
            dup
            aload 5 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 5 // java.io.IOException e
        12: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // at.yawk.numaec.CharBufferListImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lat/yawk/numaec/CharBufferListImpl;
            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.CharBufferListImpl this
        start local 1 // java.lang.Object o
         0: .line 335
            aload 1 /* o */
            instanceof org.eclipse.collections.api.list.primitive.CharList
            ifeq 14
         1: .line 336
            aload 1 /* o */
            checkcast org.eclipse.collections.api.list.primitive.CharList
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.list.primitive.CharList other
         2: .line 337
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.size:()I
            istore 3 /* expectedSize */
        start local 3 // int expectedSize
         3: .line 338
            iload 3 /* expectedSize */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.CharBufferListImpl.size:()I
            if_icmpne 13
         4: .line 339
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.charIterator:()Lorg/eclipse/collections/api/iterator/CharIterator;
            astore 4 /* j */
        start local 4 // org.eclipse.collections.api.iterator.CharIterator j
         5: .line 340
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: .line 341
            goto 10
         7: .line 342
      StackMap locals: at.yawk.numaec.CharBufferListImpl java.lang.Object org.eclipse.collections.api.list.primitive.CharList int org.eclipse.collections.api.iterator.CharIterator int
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifne 8
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         8: .line 343
      StackMap locals:
      StackMap stack:
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.next:()C
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual at.yawk.numaec.CharBufferListImpl.get:(I)C
            if_icmpeq 9
            iconst_0
            ireturn
         9: .line 344
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        10: .line 341
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 3 /* expectedSize */
            if_icmplt 7
        11: .line 346
            aload 4 /* j */
            invokeinterface org.eclipse.collections.api.iterator.CharIterator.hasNext:()Z
            ifeq 12
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        12: .line 347
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // int i
        end local 4 // org.eclipse.collections.api.iterator.CharIterator j
        13: .line 349
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int expectedSize
        end local 2 // org.eclipse.collections.api.list.primitive.CharList other
        14: .line 352
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // at.yawk.numaec.CharBufferListImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lat/yawk/numaec/CharBufferListImpl;
            0   15     1             o  Ljava/lang/Object;
            2   14     2         other  Lorg/eclipse/collections/api/list/primitive/CharList;
            3   14     3  expectedSize  I
            5   13     4             j  Lorg/eclipse/collections/api/iterator/CharIterator;
            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.CharBufferListImpl this
         0: .line 358
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 359
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 360
      StackMap locals: int int
      StackMap stack:
            iload 1 /* hashCode */
            bipush 31
            imul
            istore 1 /* hashCode */
         4: .line 361
            iload 1 /* hashCode */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual at.yawk.numaec.CharBufferListImpl.get:(I)C
            iadd
            istore 1 /* hashCode */
         5: .line 359
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            invokevirtual at.yawk.numaec.CharBufferListImpl.size:()I
            if_icmplt 3
        end local 2 // int i
         7: .line 363
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // at.yawk.numaec.CharBufferListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lat/yawk/numaec/CharBufferListImpl;
            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.CharIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)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.CharIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)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.CharIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)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.CharIntToObjectFunction
            invokeinterface org.eclipse.collections.api.list.primitive.CharList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/CharIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

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

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

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

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