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

  public void put(int, char);
    descriptor: (IC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=12, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char value
         0: .line 112
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 113
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 3 /* h */
        start local 3 // long h
         2: .line 114
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            lstore 5 /* k */
        start local 5 // long k
         3: .line 115
            iload 2 /* value */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            lstore 7 /* v */
        start local 7 // long v
         4: .line 116
            aconst_null
            astore 9
            aconst_null
            astore 10
         5: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 11 /* cursor */
        start local 11 // at.yawk.numaec.LinearHashTable$Cursor cursor
         6: .line 117
            aload 11 /* cursor */
            lload 3 /* h */
            lload 5 /* k */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         7: .line 118
            aload 11 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 10
         8: .line 119
            aload 11 /* cursor */
            lload 7 /* v */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.setValue:(J)V
         9: .line 120
            goto 13
        10: .line 121
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int long long long java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack:
            aload 11 /* cursor */
            lload 3 /* h */
            lload 5 /* k */
            lload 7 /* v */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        11: .line 122
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        12: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        13: .line 125
      StackMap locals:
      StackMap stack:
            aload 11 /* cursor */
            ifnull 19
            aload 11 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 9
            aload 11 /* cursor */
            ifnull 15
            aload 11 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 11 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        15: aload 9
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 10
            aload 9
            ifnonnull 17
            aload 10
            astore 9
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 9
            aload 10
            if_acmpeq 18
            aload 9
            aload 10
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 9
            athrow
        19: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 7 // long v
        end local 5 // long k
        end local 3 // long h
        end local 2 // char value
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   20     1     key  I
            0   20     2   value  C
            2   20     3       h  J
            3   20     5       k  J
            4   20     7       v  J
            6   15    11  cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
      Exception table:
        from    to  target  type
           6    13      14  any
           5    16      16  any
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putAll(org.eclipse.collections.api.map.primitive.IntCharMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/IntCharMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.map.primitive.IntCharMap map
         0: .line 132
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            aload 1 /* map */
            invokeinterface org.eclipse.collections.api.map.primitive.IntCharMap.size:()I
            iadd
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 133
            aload 1 /* map */
            aload 0 /* this */
            invokedynamic value(Lat/yawk/numaec/IntCharLinearHashMap$Mutable;)Lorg/eclipse/collections/api/block/procedure/primitive/IntCharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (IC)V
                  at/yawk/numaec/IntCharLinearHashMap$Mutable.put(IC)V (5)
                  (IC)V
                  1
            invokeinterface org.eclipse.collections.api.map.primitive.IntCharMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/primitive/IntCharProcedure;)V
         2: .line 134
            return
        end local 1 // org.eclipse.collections.api.map.primitive.IntCharMap map
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    3     1   map  Lorg/eclipse/collections/api/map/primitive/IntCharMap;
    MethodParameters:
      Name  Flags
      map   

  public void updateValues(org.eclipse.collections.api.block.function.primitive.IntCharToCharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntCharToCharFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntCharToCharFunction function
         0: .line 138
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 4 /* cursor */
        start local 4 // at.yawk.numaec.LinearHashTable$Cursor cursor
         2: .line 139
            goto 5
         3: .line 140
      StackMap locals: java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack:
            aload 1 /* function */
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getKey:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromKey:(J)I
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntCharToCharFunction.valueOf:(IC)C
            istore 5 /* updated */
        start local 5 // char updated
         4: .line 141
            aload 4 /* cursor */
            iload 5 /* updated */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.setValue:(J)V
        end local 5 // char updated
         5: .line 139
      StackMap locals:
      StackMap stack:
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.next:()Z
            ifne 3
         6: .line 143
            aload 4 /* cursor */
            ifnull 12
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
            aload 4 /* cursor */
            ifnull 8
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 4 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        12: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntCharToCharFunction function
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntCharToCharFunction;
            2    8     4    cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4    5     5   updated  C
      Exception table:
        from    to  target  type
           2     6       7  any
           1     9       9  any
    MethodParameters:
          Name  Flags
      function  

  public void removeKey(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
         0: .line 148
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 4 /* cursor */
        start local 4 // at.yawk.numaec.LinearHashTable$Cursor cursor
         2: .line 149
            aload 4 /* cursor */
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         3: .line 150
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 6
         4: .line 151
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.remove:()V
         5: .line 152
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            isub
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
         6: .line 154
      StackMap locals: java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack:
            aload 4 /* cursor */
            ifnull 12
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
            aload 4 /* cursor */
            ifnull 8
            aload 4 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 4 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        12: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   13     1     key  I
            2    8     4  cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
      Exception table:
        from    to  target  type
           2     6       7  any
           1     9       9  any
    MethodParameters:
      Name  Flags
      key   

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
         0: .line 159
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.removeKey:(I)V
         1: .line 160
            return
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    2     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public char removeKeyIfAbsent(int, char);
    descriptor: (IC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char value
         0: .line 164
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 5 /* cursor */
        start local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
         2: .line 165
            aload 5 /* cursor */
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         3: .line 166
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 10
         4: .line 167
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
            istore 6 /* v */
        start local 6 // char v
         5: .line 168
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.remove:()V
         6: .line 169
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            isub
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
         7: .line 170
            iload 6 /* v */
         8: .line 174
            aload 5 /* cursor */
            ifnull 9
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
         9: .line 170
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor int
      StackMap stack: int
            ireturn
        end local 6 // char v
        10: .line 172
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
        11: .line 174
            aload 5 /* cursor */
            ifnull 12
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        12: .line 172
      StackMap locals:
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
        14: .line 174
            aload 5 /* cursor */
            ifnull 15
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        15: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 4
            aload 3
            ifnonnull 17
            aload 4
            astore 3
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 3
            aload 4
            if_acmpeq 18
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 3
            athrow
        end local 2 // char value
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   19     1     key  I
            0   19     2   value  C
            2   15     5  cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            5   10     6       v  C
      Exception table:
        from    to  target  type
           2     8      13  any
          10    11      13  any
           1     9      16  any
          10    12      16  any
          13    16      16  any
    MethodParameters:
       Name  Flags
      key    
      value  

  public char getIfAbsentPut(int, char);
    descriptor: (IC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char value
         0: .line 180
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 181
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 5 /* cursor */
        start local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 182
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 6 /* hash */
        start local 6 // long hash
         4: .line 183
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 184
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 9
         6: .line 185
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
         7: .line 192
            aload 5 /* cursor */
            ifnull 8
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
         8: .line 185
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long
      StackMap stack: int
            ireturn
         9: .line 187
      StackMap locals:
      StackMap stack:
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 2 /* value */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        10: .line 188
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        11: .line 189
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        12: .line 190
            iload 2 /* value */
        13: .line 192
            aload 5 /* cursor */
            ifnull 14
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        14: .line 190
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 6 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        15: astore 3
        16: .line 192
            aload 5 /* cursor */
            ifnull 17
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        17: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: astore 4
            aload 3
            ifnonnull 19
            aload 4
            astore 3
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 3
            aload 4
            if_acmpeq 20
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        20: aload 3
            athrow
        end local 2 // char value
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   21     1     key  I
            0   21     2   value  C
            3   17     5  cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   15     6    hash  J
      Exception table:
        from    to  target  type
           3     7      15  any
           9    13      15  any
           2     8      18  any
           9    14      18  any
          15    18      18  any
    MethodParameters:
       Name  Flags
      key    
      value  

  public char getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.CharFunction0);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/CharFunction0;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.CharFunction0 function
         0: .line 198
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 199
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 5 /* cursor */
        start local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 200
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 6 /* hash */
        start local 6 // long hash
         4: .line 201
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 202
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 9
         6: .line 203
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
         7: .line 211
            aload 5 /* cursor */
            ifnull 8
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
         8: .line 203
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction0 java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long
      StackMap stack: int
            ireturn
         9: .line 205
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharFunction0.value:()C
            istore 8 /* v */
        start local 8 // char v
        10: .line 206
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 8 /* v */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        11: .line 207
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        12: .line 208
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        13: .line 209
            iload 8 /* v */
        14: .line 211
            aload 5 /* cursor */
            ifnull 15
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        15: .line 209
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction0 java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 8 // char v
        end local 6 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction0 java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        16: astore 3
        17: .line 211
            aload 5 /* cursor */
            ifnull 18
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        18: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 4
            aload 3
            ifnonnull 20
            aload 4
            astore 3
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 3
            aload 4
            if_acmpeq 21
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        21: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.CharFunction0 function
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   22     1       key  I
            0   22     2  function  Lorg/eclipse/collections/api/block/function/primitive/CharFunction0;
            3   18     5    cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   16     6      hash  J
           10   16     8         v  C
      Exception table:
        from    to  target  type
           3     7      16  any
           9    14      16  any
           2     8      19  any
           9    15      19  any
          16    19      19  any
    MethodParameters:
          Name  Flags
      key       
      function  

  public char getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToCharFunction);
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToCharFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntToCharFunction function
         0: .line 217
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 218
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 5 /* cursor */
        start local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 219
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 6 /* hash */
        start local 6 // long hash
         4: .line 220
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 221
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 9
         6: .line 222
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
         7: .line 230
            aload 5 /* cursor */
            ifnull 8
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
         8: .line 222
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.IntToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long
      StackMap stack: int
            ireturn
         9: .line 224
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntToCharFunction.valueOf:(I)C
            istore 8 /* v */
        start local 8 // char v
        10: .line 225
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 8 /* v */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        11: .line 226
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        12: .line 227
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        13: .line 228
            iload 8 /* v */
        14: .line 230
            aload 5 /* cursor */
            ifnull 15
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        15: .line 228
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.IntToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 8 // char v
        end local 6 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.IntToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        16: astore 3
        17: .line 230
            aload 5 /* cursor */
            ifnull 18
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        18: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 4
            aload 3
            ifnonnull 20
            aload 4
            astore 3
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 3
            aload 4
            if_acmpeq 21
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        21: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntToCharFunction function
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   22     1       key  I
            0   22     2  function  Lorg/eclipse/collections/api/block/function/primitive/IntToCharFunction;
            3   18     5    cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   16     6      hash  J
           10   16     8         v  C
      Exception table:
        from    to  target  type
           3     7      16  any
           9    14      16  any
           2     8      19  any
           9    15      19  any
          16    19      19  any
    MethodParameters:
          Name  Flags
      key       
      function  

  public <P> char getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.CharFunction<? super P>, );
    descriptor: (ILorg/eclipse/collections/api/block/function/primitive/CharFunction;Ljava/lang/Object;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // org.eclipse.collections.api.block.function.primitive.CharFunction function
        start local 3 // java.lang.Object parameter
         0: .line 236
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 237
            aconst_null
            astore 4
            aconst_null
            astore 5
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 6 /* cursor */
        start local 6 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 238
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 7 /* hash */
        start local 7 // long hash
         4: .line 239
            aload 6 /* cursor */
            lload 7 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 240
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 9
         6: .line 241
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
         7: .line 249
            aload 6 /* cursor */
            ifnull 8
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
         8: .line 241
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Object java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long
      StackMap stack: int
            ireturn
         9: .line 243
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharFunction.charValueOf:(Ljava/lang/Object;)C
            istore 9 /* v */
        start local 9 // char v
        10: .line 244
            aload 6 /* cursor */
            lload 7 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 9 /* v */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        11: .line 245
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        12: .line 246
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        13: .line 247
            iload 9 /* v */
        14: .line 249
            aload 6 /* cursor */
            ifnull 15
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        15: .line 247
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Object java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 9 // char v
        end local 7 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Object java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        16: astore 4
        17: .line 249
            aload 6 /* cursor */
            ifnull 18
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 6 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        18: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 5
            aload 4
            ifnonnull 20
            aload 5
            astore 4
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 4
            aload 5
            if_acmpeq 21
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        21: aload 4
            athrow
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.function.primitive.CharFunction function
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   22     1        key  I
            0   22     2   function  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TP;>;
            0   22     3  parameter  TP;
            3   18     6     cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   16     7       hash  J
           10   16     9          v  C
      Exception table:
        from    to  target  type
           3     7      16  any
           9    14      16  any
           2     8      19  any
           9    15      19  any
          16    19      19  any
    Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/CharFunction<-TP;>;TP;)C
    MethodParameters:
           Name  Flags
      key        
      function   
      parameter  

  public char updateValue(int, char, org.eclipse.collections.api.block.function.primitive.CharToCharFunction);
    descriptor: (ICLorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char initialValueIfAbsent
        start local 3 // org.eclipse.collections.api.block.function.primitive.CharToCharFunction function
         0: .line 255
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 256
            aconst_null
            astore 4
            aconst_null
            astore 5
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 6 /* cursor */
        start local 6 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 257
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 7 /* hash */
        start local 7 // long hash
         4: .line 258
            aload 6 /* cursor */
            lload 7 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 259
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 11
         6: .line 260
            aload 3 /* function */
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharToCharFunction.valueOf:(C)C
            istore 9 /* updated */
        start local 9 // char updated
         7: .line 261
            aload 6 /* cursor */
            iload 9 /* updated */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.setValue:(J)V
         8: .line 262
            iload 9 /* updated */
         9: .line 270
            aload 6 /* cursor */
            ifnull 10
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        10: .line 262
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int org.eclipse.collections.api.block.function.primitive.CharToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 9 // char updated
        11: .line 264
      StackMap locals:
      StackMap stack:
            aload 3 /* function */
            iload 2 /* initialValueIfAbsent */
            invokeinterface org.eclipse.collections.api.block.function.primitive.CharToCharFunction.valueOf:(C)C
            istore 9 /* updated */
        start local 9 // char updated
        12: .line 265
            aload 6 /* cursor */
            lload 7 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 9 /* updated */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        13: .line 266
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        14: .line 267
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        15: .line 268
            iload 9 /* updated */
        16: .line 270
            aload 6 /* cursor */
            ifnull 17
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        17: .line 268
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int org.eclipse.collections.api.block.function.primitive.CharToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 9 // char updated
        end local 7 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int org.eclipse.collections.api.block.function.primitive.CharToCharFunction java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        18: astore 4
        19: .line 270
            aload 6 /* cursor */
            ifnull 20
            aload 6 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 6 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        20: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: astore 5
            aload 4
            ifnonnull 22
            aload 5
            astore 4
            goto 23
      StackMap locals:
      StackMap stack:
        22: aload 4
            aload 5
            if_acmpeq 23
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        23: aload 4
            athrow
        end local 3 // org.eclipse.collections.api.block.function.primitive.CharToCharFunction function
        end local 2 // char initialValueIfAbsent
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   24     0                  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   24     1                   key  I
            0   24     2  initialValueIfAbsent  C
            0   24     3              function  Lorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;
            3   20     6                cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   18     7                  hash  J
            7   11     9               updated  C
           12   18     9               updated  C
      Exception table:
        from    to  target  type
           3     9      18  any
          11    16      18  any
           2    10      21  any
          11    17      21  any
          18    21      21  any
    MethodParameters:
                      Name  Flags
      key                   
      initialValueIfAbsent  
      function              

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap withKeyValue(int, char);
    descriptor: (IC)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char value
         0: .line 275
            aload 0 /* this */
            iload 1 /* key */
            iload 2 /* value */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.put:(IC)V
         1: .line 276
            aload 0 /* this */
            areturn
        end local 2 // char value
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    2     1    key  I
            0    2     2  value  C
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap withoutKey(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
         0: .line 281
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.removeKey:(I)V
         1: .line 282
            aload 0 /* this */
            areturn
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    2     1   key  I
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.IntIterable keys
         0: .line 287
            aload 1 /* keys */
            aload 0 /* this */
            invokedynamic value(Lat/yawk/numaec/IntCharLinearHashMap$Mutable;)Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  at/yawk/numaec/IntCharLinearHashMap$Mutable.removeKey(I)V (5)
                  (I)V
                  1
            invokeinterface org.eclipse.collections.api.IntIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 288
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.IntIterable keys
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    2     1  keys  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
      Name  Flags
      keys  

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
         0: .line 293
            new java.lang.UnsupportedOperationException
            dup
            ldc "Mutable.asUnmodifiable not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
         0: .line 298
            new java.lang.UnsupportedOperationException
            dup
            ldc "Mutable.asSynchronized not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;

  public char addToValue(int, char);
    descriptor: (IC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // int key
        start local 2 // char toBeAdded
         0: .line 304
            aload 0 /* this */
            iconst_1
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
         1: .line 305
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.allocateCursor:()Lat/yawk/numaec/LinearHashTable$Cursor;
            astore 5 /* cursor */
        start local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
         3: .line 306
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.hash:(I)J
            lstore 6 /* hash */
        start local 6 // long hash
         4: .line 307
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.seek:(JJ)V
         5: .line 308
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.elementFound:()Z
            ifeq 11
         6: .line 309
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.getValue:()J
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.fromValue:(J)C
            iload 2 /* toBeAdded */
            iadd
            i2c
            istore 8 /* updated */
        start local 8 // char updated
         7: .line 310
            aload 5 /* cursor */
            iload 8 /* updated */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.setValue:(J)V
         8: .line 311
            iload 8 /* updated */
         9: .line 318
            aload 5 /* cursor */
            ifnull 10
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        10: .line 311
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor long int
      StackMap stack: int
            ireturn
        end local 8 // char updated
        11: .line 313
      StackMap locals:
      StackMap stack:
            aload 5 /* cursor */
            lload 6 /* hash */
            iload 1 /* key */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toKey:(I)J
            iload 2 /* toBeAdded */
            invokestatic at.yawk.numaec.IntCharLinearHashMap$Mutable.toValue:(C)J
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.insert:(JJJ)V
        12: .line 314
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            iconst_1
            iadd
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
        13: .line 315
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
            invokevirtual at.yawk.numaec.IntCharLinearHashMap$Mutable.ensureCapacity:(I)V
        14: .line 316
            iload 2 /* toBeAdded */
        15: .line 318
            aload 5 /* cursor */
            ifnull 16
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        16: .line 316
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 6 // long hash
      StackMap locals: at.yawk.numaec.IntCharLinearHashMap$Mutable int int java.lang.Throwable java.lang.Throwable at.yawk.numaec.LinearHashTable$Cursor
      StackMap stack: java.lang.Throwable
        17: astore 3
        18: .line 318
            aload 5 /* cursor */
            ifnull 19
            aload 5 /* cursor */
            invokevirtual at.yawk.numaec.LinearHashTable$Cursor.close:()V
        end local 5 // at.yawk.numaec.LinearHashTable$Cursor cursor
      StackMap locals:
      StackMap stack:
        19: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 4
            aload 3
            ifnonnull 21
            aload 4
            astore 3
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 3
            aload 4
            if_acmpeq 22
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        22: aload 3
            athrow
        end local 2 // char toBeAdded
        end local 1 // int key
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0   23     1        key  I
            0   23     2  toBeAdded  C
            3   19     5     cursor  Lat/yawk/numaec/LinearHashTable$Cursor;
            4   17     6       hash  J
            7   11     8    updated  C
      Exception table:
        from    to  target  type
           3     9      17  any
          11    15      17  any
           2    10      20  any
          11    16      20  any
          17    20      20  any
    MethodParameters:
           Name  Flags
      key        
      toBeAdded  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
         0: .line 323
            aload 0 /* this */
            getfield at.yawk.numaec.IntCharLinearHashMap$Mutable.table:Lat/yawk/numaec/LinearHashTable;
            invokevirtual at.yawk.numaec.LinearHashTable.clear:()V
         1: .line 324
            aload 0 /* this */
            iconst_0
            putfield at.yawk.numaec.IntCharLinearHashMap$Mutable.size:I
         2: .line 325
            return
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;

  public org.eclipse.collections.api.map.primitive.MutableCharIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
         0: .line 329
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.flipUniqueValues not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate predicate
         0: .line 334
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.select not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate predicate
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableCharBag select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 339
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.select not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.map.primitive.MutableIntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate predicate
         0: .line 344
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.reject not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate predicate
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableCharBag reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
         0: .line 349
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.reject not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.bag.MutableBag<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/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
         0: .line 354
            new java.lang.UnsupportedOperationException
            dup
            ldc "IntCharBufferMap.Mutable.collect not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharToObjectFunction function
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;
            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/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.iterator.MutableCharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableCharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
         0: .line 359
            aload 0 /* this */
            invokespecial at.yawk.numaec.IntCharLinearHashMap.charIterator:()Lorg/eclipse/collections/api/iterator/MutableCharIterator;
            areturn
        end local 0 // at.yawk.numaec.IntCharLinearHashMap$Mutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/IntCharLinearHashMap$Mutable;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.eclipse.collections.api.bag.primitive.CharBag select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
    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.IntCharLinearHashMap$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            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.IntCharLinearHashMap$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
    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.IntCharLinearHashMap$Mutable.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public char getIfAbsent(int, char);
    descriptor: (IC)C
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokespecial at.yawk.numaec.IntCharLinearHashMap.getIfAbsent:(IC)C
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
    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.IntCharLinearHashMap$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            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.IntCharLinearHashMap$Mutable.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public org.eclipse.collections.api.bag.primitive.CharBag reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/CharBag;
    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.IntCharLinearHashMap$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            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.IntCharLinearHashMap$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
    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.IntCharLinearHashMap$Mutable.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.IntCharLinearHashMap.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.map.primitive.CharIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/CharIntMap;
    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.IntCharLinearHashMap$Mutable.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.iterator.CharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
    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.IntCharLinearHashMap$Mutable.charIterator:()Lorg/eclipse/collections/api/iterator/MutableCharIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public char[] toArray();
    descriptor: ()[C
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial at.yawk.numaec.IntCharLinearHashMap.toArray:()[C
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
               111375: 1
           1282355003: 2
              default: 3
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "put"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_0
            istore 2
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "removeKey"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            istore 2
      StackMap locals:
      StackMap stack:
         3: iload 2
            lookupswitch { // 2
                    0: 4
                    1: 5
              default: 6
          }
      StackMap locals:
      StackMap stack:
         4: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 5
            if_icmpne 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/IntCharProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(IC)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "at/yawk/numaec/IntCharLinearHashMap$Mutable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(IC)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast at.yawk.numaec.IntCharLinearHashMap$Mutable
            invokedynamic value(Lat/yawk/numaec/IntCharLinearHashMap$Mutable;)Lorg/eclipse/collections/api/block/procedure/primitive/IntCharProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (IC)V
                  at/yawk/numaec/IntCharLinearHashMap$Mutable.put(IC)V (5)
                  (IC)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         5: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 5
            if_icmpne 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/IntProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(I)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "at/yawk/numaec/IntCharLinearHashMap$Mutable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(I)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast at.yawk.numaec.IntCharLinearHashMap$Mutable
            invokedynamic value(Lat/yawk/numaec/IntCharLinearHashMap$Mutable;)Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  at/yawk/numaec/IntCharLinearHashMap$Mutable.removeKey(I)V (5)
                  (I)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         6: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntCharLinearHashMap.java"
NestHost: at.yawk.numaec.IntCharLinearHashMap
InnerClasses:
  public Mutable = at.yawk.numaec.IntCharLinearHashMap$Mutable of at.yawk.numaec.IntCharLinearHashMap
  public Cursor = at.yawk.numaec.LinearHashTable$Cursor of at.yawk.numaec.LinearHashTable
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles