public class com.carrotsearch.hppc.LongCharHashMap implements com.carrotsearch.hppc.LongCharMap, com.carrotsearch.hppc.Preallocable, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.carrotsearch.hppc.LongCharHashMap
  super_class: java.lang.Object
{
  public long[] keys;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  public char[] values;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  protected int keyMixer;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int assigned;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mask;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int resizeAt;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean hasEmptyKey;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected double loadFactor;
    descriptor: D
    flags: (0x0004) ACC_PROTECTED

  protected com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer;
    descriptor: Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    flags: (0x0004) ACC_PROTECTED

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 27
            ldc Lcom/carrotsearch/hppc/LongCharHashMap;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 95
            aload 0 /* this */
            iconst_4
            invokespecial com.carrotsearch.hppc.LongCharHashMap.<init>:(I)V
         1: .line 96
            return
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int expectedElements
         0: .line 106
            aload 0 /* this */
            iload 1 /* expectedElements */
            ldc 0.75
            invokespecial com.carrotsearch.hppc.LongCharHashMap.<init>:(ID)V
         1: .line 107
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    2     1  expectedElements  I
    MethodParameters:
                  Name  Flags
      expectedElements  

  public void <init>(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
         0: .line 120
            aload 0 /* this */
            iload 1 /* expectedElements */
            dload 2 /* loadFactor */
            invokestatic com.carrotsearch.hppc.HashOrderMixing.defaultStrategy:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokespecial com.carrotsearch.hppc.LongCharHashMap.<init>:(IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
         1: .line 121
            return
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    2     1  expectedElements  I
            0    2     2        loadFactor  D
    MethodParameters:
                  Name  Flags
      expectedElements  
      loadFactor        

  public void <init>(int, double, com.carrotsearch.hppc.HashOrderMixingStrategy);
    descriptor: (IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
        start local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
         0: .line 136
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 137
            aload 0 /* this */
            aload 4 /* orderMixer */
            putfield com.carrotsearch.hppc.LongCharHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         2: .line 138
            aload 0 /* this */
            aload 0 /* this */
            dload 2 /* loadFactor */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.verifyLoadFactor:(D)D
            putfield com.carrotsearch.hppc.LongCharHashMap.loadFactor:D
         3: .line 139
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.ensureCapacity:(I)V
         4: .line 140
            return
        end local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    5     1  expectedElements  I
            0    5     2        loadFactor  D
            0    5     4        orderMixer  Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    MethodParameters:
                  Name  Flags
      expectedElements  
      loadFactor        
      orderMixer        

  public void <init>(com.carrotsearch.hppc.LongCharAssociativeContainer);
    descriptor: (Lcom/carrotsearch/hppc/LongCharAssociativeContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.LongCharAssociativeContainer container
         0: .line 146
            aload 0 /* this */
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.LongCharAssociativeContainer.size:()I
            invokespecial com.carrotsearch.hppc.LongCharHashMap.<init>:(I)V
         1: .line 147
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.putAll:(Lcom/carrotsearch/hppc/LongCharAssociativeContainer;)I
            pop
         2: .line 148
            return
        end local 1 // com.carrotsearch.hppc.LongCharAssociativeContainer container
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    3     1  container  Lcom/carrotsearch/hppc/LongCharAssociativeContainer;
    MethodParameters:
           Name  Flags
      container  

  public char put(long, char);
    descriptor: (JC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
        start local 3 // char value
         0: .line 155
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         2: .line 158
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 7
         3: .line 159
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         4: .line 160
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 4 /* mask */
            iconst_1
            iadd
            caload
            istore 5 /* previousValue */
        start local 5 // char previousValue
         5: .line 161
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 4 /* mask */
            iconst_1
            iadd
            iload 3 /* value */
            castore
         6: .line 162
            iload 5 /* previousValue */
            ireturn
        end local 5 // char previousValue
         7: .line 164
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 5 /* keys */
        start local 5 // long[] keys
         8: .line 165
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 4 /* mask */
            iand
            istore 6 /* slot */
        start local 6 // int slot
         9: .line 168
            goto 15
        start local 7 // long existing
        10: .line 169
      StackMap locals: long[] int long
      StackMap stack:
            lload 7 /* existing */
            lload 1 /* key */
            lcmp
            ifne 14
        11: .line 170
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 6 /* slot */
            caload
            istore 9 /* previousValue */
        start local 9 // char previousValue
        12: .line 171
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 6 /* slot */
            iload 3 /* value */
            castore
        13: .line 172
            iload 9 /* previousValue */
            ireturn
        end local 9 // char previousValue
        14: .line 174
      StackMap locals:
      StackMap stack:
            iload 6 /* slot */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            istore 6 /* slot */
        end local 7 // long existing
        15: .line 168
      StackMap locals:
      StackMap stack:
            aload 5 /* keys */
            iload 6 /* slot */
            laload
            dup2
            lstore 7 /* existing */
        start local 7 // long existing
        16: lconst_0
            lcmp
            ifne 10
        17: .line 177
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.resizeAt:I
            if_icmpne 20
        18: .line 178
            aload 0 /* this */
            iload 6 /* slot */
            lload 1 /* key */
            iload 3 /* value */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.allocateThenInsertThenRehash:(IJC)V
        19: .line 179
            goto 22
        20: .line 180
      StackMap locals: long
      StackMap stack:
            aload 5 /* keys */
            iload 6 /* slot */
            lload 1 /* key */
            lastore
        21: .line 181
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 6 /* slot */
            iload 3 /* value */
            castore
        22: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
        23: .line 185
            iconst_0
            ireturn
        end local 7 // long existing
        end local 6 // int slot
        end local 5 // long[] keys
        end local 4 // int mask
        end local 3 // char value
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   24     1            key  J
            0   24     3          value  C
            2   24     4           mask  I
            5    7     5  previousValue  C
            8   24     5           keys  [J
            9   24     6           slot  I
           10   15     7       existing  J
           16   24     7       existing  J
           12   14     9  previousValue  C
    MethodParameters:
       Name  Flags
      key    
      value  

  public int putAll(com.carrotsearch.hppc.LongCharAssociativeContainer);
    descriptor: (Lcom/carrotsearch/hppc/LongCharAssociativeContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.LongCharAssociativeContainer container
         0: .line 194
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 195
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.LongCharAssociativeContainer.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongCharAssociativeContainer int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCharCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.LongCharCursor c
         3: .line 196
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.key:J
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.value:C
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.put:(JC)C
            pop
        end local 3 // com.carrotsearch.hppc.cursors.LongCharCursor c
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 198
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            iload 2 /* count */
            isub
            ireturn
        end local 2 // int count
        end local 1 // com.carrotsearch.hppc.LongCharAssociativeContainer container
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    6     1  container  Lcom/carrotsearch/hppc/LongCharAssociativeContainer;
            1    6     2      count  I
            3    4     3          c  Lcom/carrotsearch/hppc/cursors/LongCharCursor;
    MethodParameters:
           Name  Flags
      container  

  public int putAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.LongCharCursor>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // java.lang.Iterable iterable
         0: .line 206
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 207
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap java.lang.Iterable int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCharCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.LongCharCursor c
         3: .line 208
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.key:J
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.value:C
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.put:(JC)C
            pop
        end local 3 // com.carrotsearch.hppc.cursors.LongCharCursor c
         4: .line 207
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 210
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            iload 2 /* count */
            isub
            ireturn
        end local 2 // int count
        end local 1 // java.lang.Iterable iterable
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    6     1  iterable  Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/LongCharCursor;>;
            1    6     2     count  I
            3    4     3         c  Lcom/carrotsearch/hppc/cursors/LongCharCursor;
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/LongCharCursor;>;)I
    MethodParameters:
          Name  Flags
      iterable  

  public boolean putIfAbsent(long, char);
    descriptor: (JC)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
        start local 3 // char value
         0: .line 226
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexOf:(J)I
            istore 4 /* keyIndex */
        start local 4 // int keyIndex
         1: .line 227
            aload 0 /* this */
            iload 4 /* keyIndex */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexExists:(I)Z
            ifne 4
         2: .line 228
            aload 0 /* this */
            iload 4 /* keyIndex */
            lload 1 /* key */
            iload 3 /* value */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexInsert:(IJC)V
         3: .line 229
            iconst_1
            ireturn
         4: .line 231
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int keyIndex
        end local 3 // char value
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    5     1       key  J
            0    5     3     value  C
            1    5     4  keyIndex  I
    MethodParameters:
       Name  Flags
      key    
      value  

  public char putOrAdd(long, char, char);
    descriptor: (JCC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
        start local 3 // char putValue
        start local 4 // char incrementValue
         0: .line 251
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexOf:(J)I
            istore 5 /* keyIndex */
        start local 5 // int keyIndex
         2: .line 254
            aload 0 /* this */
            iload 5 /* keyIndex */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexExists:(I)Z
            ifeq 6
         3: .line 255
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 5 /* keyIndex */
            caload
            iload 4 /* incrementValue */
            iadd
            i2c
            istore 3 /* putValue */
         4: .line 256
            aload 0 /* this */
            iload 5 /* keyIndex */
            iload 3 /* putValue */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexReplace:(IC)C
            pop
         5: .line 257
            goto 7
         6: .line 258
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* keyIndex */
            lload 1 /* key */
            iload 3 /* putValue */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.indexInsert:(IJC)V
         7: .line 260
      StackMap locals:
      StackMap stack:
            iload 3 /* putValue */
            ireturn
        end local 5 // int keyIndex
        end local 4 // char incrementValue
        end local 3 // char putValue
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    8     1             key  J
            0    8     3        putValue  C
            0    8     4  incrementValue  C
            2    8     5        keyIndex  I
    MethodParameters:
                Name  Flags
      key             
      putValue        
      incrementValue  

  public char addTo(long, char);
    descriptor: (JC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
        start local 3 // char incrementValue
         0: .line 276
            aload 0 /* this */
            lload 1 /* key */
            iload 3 /* incrementValue */
            iload 3 /* incrementValue */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.putOrAdd:(JCC)C
            ireturn
        end local 3 // char incrementValue
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    1     1             key  J
            0    1     3  incrementValue  C
    MethodParameters:
                Name  Flags
      key             
      incrementValue  

  public char remove(long);
    descriptor: (J)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
         0: .line 285
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         1: .line 286
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 6
         2: .line 287
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         3: .line 288
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 3 /* mask */
            iconst_1
            iadd
            caload
            istore 4 /* previousValue */
        start local 4 // char previousValue
         4: .line 289
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 3 /* mask */
            iconst_1
            iadd
            iconst_0
            castore
         5: .line 290
            iload 4 /* previousValue */
            ireturn
        end local 4 // char previousValue
         6: .line 292
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 4 /* keys */
        start local 4 // long[] keys
         7: .line 293
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         8: .line 296
            goto 14
        start local 6 // long existing
         9: .line 297
      StackMap locals: long[] int long
      StackMap stack:
            lload 6 /* existing */
            lload 1 /* key */
            lcmp
            ifne 13
        10: .line 298
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 5 /* slot */
            caload
            istore 8 /* previousValue */
        start local 8 // char previousValue
        11: .line 299
            aload 0 /* this */
            iload 5 /* slot */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.shiftConflictingKeys:(I)V
        12: .line 300
            iload 8 /* previousValue */
            ireturn
        end local 8 // char previousValue
        13: .line 302
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // long existing
        14: .line 296
      StackMap locals:
      StackMap stack:
            aload 4 /* keys */
            iload 5 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        15: lconst_0
            lcmp
            ifne 9
        16: .line 305
            iconst_0
            ireturn
        end local 6 // long existing
        end local 5 // int slot
        end local 4 // long[] keys
        end local 3 // int mask
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   17     1            key  J
            1   17     3           mask  I
            4    6     4  previousValue  C
            7   17     4           keys  [J
            8   17     5           slot  I
            9   14     6       existing  J
           15   17     6       existing  J
           11   13     8  previousValue  C
    MethodParameters:
      Name  Flags
      key   

  public int removeAll(com.carrotsearch.hppc.LongContainer);
    descriptor: (Lcom/carrotsearch/hppc/LongContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.LongContainer other
         0: .line 314
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 320
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.LongContainer.size:()I
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            if_icmplt 18
         2: .line 321
            aload 1 /* other */
            instanceof com.carrotsearch.hppc.LongLookupContainer
            ifeq 18
         3: .line 322
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 7
         4: .line 323
            aload 1 /* other */
            lconst_0
            invokeinterface com.carrotsearch.hppc.LongContainer.contains:(J)Z
            ifeq 7
         5: .line 324
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         6: .line 325
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            iconst_0
            castore
         7: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* keys */
        start local 3 // long[] keys
         8: .line 330
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         9: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
        10: goto 16
        11: .line 332
      StackMap locals: long[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        12: lconst_0
            lcmp
            ifeq 15
            aload 1 /* other */
            lload 6 /* existing */
            invokeinterface com.carrotsearch.hppc.LongContainer.contains:(J)Z
            ifeq 15
        13: .line 334
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.shiftConflictingKeys:(I)V
        14: .line 335
            goto 16
        15: .line 336
      StackMap locals: long
      StackMap stack:
            iinc 4 /* slot */ 1
        end local 6 // long existing
        16: .line 330
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iload 5 /* max */
            if_icmple 11
        end local 5 // int max
        end local 4 // int slot
        end local 3 // long[] keys
        17: .line 339
            goto 22
        18: .line 340
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.LongContainer.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongContainer int top java.util.Iterator
      StackMap stack:
        19: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.LongCursor c
        20: .line 341
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCursor.value:J
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.remove:(J)C
            pop
        end local 3 // com.carrotsearch.hppc.cursors.LongCursor c
        21: .line 340
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        22: .line 345
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongContainer int
      StackMap stack:
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            isub
            ireturn
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.LongContainer other
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   23     1     other  Lcom/carrotsearch/hppc/LongContainer;
            1   23     2    before  I
            8   17     3      keys  [J
            9   17     4      slot  I
           10   17     5       max  I
           12   16     6  existing  J
           20   21     3         c  Lcom/carrotsearch/hppc/cursors/LongCursor;
    MethodParameters:
       Name  Flags
      other  

  public int removeAll(com.carrotsearch.hppc.predicates.LongCharPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongCharPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.LongCharPredicate predicate
         0: .line 353
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 355
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         2: .line 357
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 6
         3: .line 358
            aload 1 /* predicate */
            lconst_0
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 3 /* mask */
            iconst_1
            iadd
            caload
            invokeinterface com.carrotsearch.hppc.predicates.LongCharPredicate.apply:(JC)Z
            ifeq 6
         4: .line 359
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         5: .line 360
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 3 /* mask */
            iconst_1
            iadd
            iconst_0
            castore
         6: .line 364
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 4 /* keys */
        start local 4 // long[] keys
         7: .line 365
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 5 /* values */
        start local 5 // char[] values
         8: .line 366
            iconst_0
            istore 6 /* slot */
        start local 6 // int slot
         9: goto 16
        10: .line 368
      StackMap locals: long[] char[] int
      StackMap stack:
            aload 4 /* keys */
            iload 6 /* slot */
            laload
            dup2
            lstore 7 /* existing */
        start local 7 // long existing
        11: lconst_0
            lcmp
            ifeq 15
        12: .line 369
            aload 1 /* predicate */
            lload 7 /* existing */
            aload 5 /* values */
            iload 6 /* slot */
            caload
            invokeinterface com.carrotsearch.hppc.predicates.LongCharPredicate.apply:(JC)Z
            ifeq 15
        13: .line 371
            aload 0 /* this */
            iload 6 /* slot */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.shiftConflictingKeys:(I)V
        14: .line 372
            goto 16
        15: .line 373
      StackMap locals: long
      StackMap stack:
            iinc 6 /* slot */ 1
        end local 7 // long existing
        16: .line 366
      StackMap locals:
      StackMap stack:
            iload 6 /* slot */
            iload 3 /* mask */
            if_icmple 10
        end local 6 // int slot
        17: .line 377
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            isub
            ireturn
        end local 5 // char[] values
        end local 4 // long[] keys
        end local 3 // int mask
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.predicates.LongCharPredicate predicate
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   18     1  predicate  Lcom/carrotsearch/hppc/predicates/LongCharPredicate;
            1   18     2     before  I
            2   18     3       mask  I
            7   18     4       keys  [J
            8   18     5     values  [C
            9   17     6       slot  I
           11   16     7   existing  J
    MethodParameters:
           Name  Flags
      predicate  

  public int removeAll(com.carrotsearch.hppc.predicates.LongPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
         0: .line 385
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 387
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 5
         2: .line 388
            aload 1 /* predicate */
            lconst_0
            invokeinterface com.carrotsearch.hppc.predicates.LongPredicate.apply:(J)Z
            ifeq 5
         3: .line 389
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         4: .line 390
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            iconst_0
            castore
         5: .line 394
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* keys */
        start local 3 // long[] keys
         6: .line 395
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         7: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         8: goto 15
         9: .line 397
      StackMap locals: long[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        10: lconst_0
            lcmp
            ifeq 14
        11: .line 398
            aload 1 /* predicate */
            lload 6 /* existing */
            invokeinterface com.carrotsearch.hppc.predicates.LongPredicate.apply:(J)Z
            ifeq 14
        12: .line 400
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.shiftConflictingKeys:(I)V
        13: .line 401
            goto 15
        14: .line 402
      StackMap locals: long
      StackMap stack:
            iinc 4 /* slot */ 1
        end local 6 // long existing
        15: .line 395
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iload 5 /* max */
            if_icmple 9
        end local 5 // int max
        end local 4 // int slot
        16: .line 406
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            isub
            ireturn
        end local 3 // long[] keys
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.predicates.LongPredicate predicate
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   17     1  predicate  Lcom/carrotsearch/hppc/predicates/LongPredicate;
            1   17     2     before  I
            6   17     3       keys  [J
            7   16     4       slot  I
            8   16     5        max  I
           10   15     6   existing  J
    MethodParameters:
           Name  Flags
      predicate  

  public char get(long);
    descriptor: (J)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
         0: .line 414
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 4
         1: .line 415
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 2
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            caload
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* keys */
        start local 3 // long[] keys
         5: .line 418
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         6: .line 419
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         7: .line 422
            goto 11
        start local 6 // long existing
         8: .line 423
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long long[] int int long
      StackMap stack:
            lload 6 /* existing */
            lload 1 /* key */
            lcmp
            ifne 10
         9: .line 424
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 5 /* slot */
            caload
            ireturn
        10: .line 426
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // long existing
        11: .line 422
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 5 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        12: lconst_0
            lcmp
            ifne 8
        13: .line 429
            iconst_0
            ireturn
        end local 6 // long existing
        end local 5 // int slot
        end local 4 // int mask
        end local 3 // long[] keys
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   14     1       key  J
            5   14     3      keys  [J
            6   14     4      mask  I
            7   14     5      slot  I
            8   11     6  existing  J
           12   14     6  existing  J
    MethodParameters:
      Name  Flags
      key   

  public char getOrDefault(long, char);
    descriptor: (JC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
        start local 3 // char defaultValue
         0: .line 438
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 4
         1: .line 439
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 2
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            caload
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 3 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 4 /* keys */
        start local 4 // long[] keys
         5: .line 442
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* mask */
        start local 5 // int mask
         6: .line 443
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 5 /* mask */
            iand
            istore 6 /* slot */
        start local 6 // int slot
         7: .line 446
            goto 11
        start local 7 // long existing
         8: .line 447
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long int long[] int int long
      StackMap stack:
            lload 7 /* existing */
            lload 1 /* key */
            lcmp
            ifne 10
         9: .line 448
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 6 /* slot */
            caload
            ireturn
        10: .line 450
      StackMap locals:
      StackMap stack:
            iload 6 /* slot */
            iconst_1
            iadd
            iload 5 /* mask */
            iand
            istore 6 /* slot */
        end local 7 // long existing
        11: .line 446
      StackMap locals:
      StackMap stack:
            aload 4 /* keys */
            iload 6 /* slot */
            laload
            dup2
            lstore 7 /* existing */
        start local 7 // long existing
        12: lconst_0
            lcmp
            ifne 8
        13: .line 453
            iload 3 /* defaultValue */
            ireturn
        end local 7 // long existing
        end local 6 // int slot
        end local 5 // int mask
        end local 4 // long[] keys
        end local 3 // char defaultValue
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   14     1           key  J
            0   14     3  defaultValue  C
            5   14     4          keys  [J
            6   14     5          mask  I
            7   14     6          slot  I
            8   11     7      existing  J
           12   14     7      existing  J
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public boolean containsKey(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
         0: .line 462
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 2
         1: .line 463
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ireturn
         2: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* keys */
        start local 3 // long[] keys
         3: .line 466
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         4: .line 467
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         5: .line 470
            goto 9
        start local 6 // long existing
         6: .line 471
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long long[] int int long
      StackMap stack:
            lload 6 /* existing */
            lload 1 /* key */
            lcmp
            ifne 8
         7: .line 472
            iconst_1
            ireturn
         8: .line 474
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // long existing
         9: .line 470
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 5 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        10: lconst_0
            lcmp
            ifne 6
        11: .line 477
            iconst_0
            ireturn
        end local 6 // long existing
        end local 5 // int slot
        end local 4 // int mask
        end local 3 // long[] keys
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   12     1       key  J
            3   12     3      keys  [J
            4   12     4      mask  I
            5   12     5      slot  I
            6    9     6  existing  J
           10   12     6  existing  J
    MethodParameters:
      Name  Flags
      key   

  public int indexOf(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
         0: .line 486
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         1: .line 487
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 5
         2: .line 488
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 3
            iload 3 /* mask */
            iconst_1
            iadd
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* mask */
            iconst_1
            iadd
            iconst_m1
            ixor
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 4 /* keys */
        start local 4 // long[] keys
         6: .line 491
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         7: .line 494
            goto 11
        start local 6 // long existing
         8: .line 495
      StackMap locals: long[] int long
      StackMap stack:
            lload 6 /* existing */
            lload 1 /* key */
            lcmp
            ifne 10
         9: .line 496
            iload 5 /* slot */
            ireturn
        10: .line 498
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // long existing
        11: .line 494
      StackMap locals:
      StackMap stack:
            aload 4 /* keys */
            iload 5 /* slot */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        12: lconst_0
            lcmp
            ifne 8
        13: .line 501
            iload 5 /* slot */
            iconst_m1
            ixor
            ireturn
        end local 6 // long existing
        end local 5 // int slot
        end local 4 // long[] keys
        end local 3 // int mask
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   14     1       key  J
            1   14     3      mask  I
            6   14     4      keys  [J
            7   14     5      slot  I
            8   11     6  existing  J
           12   14     6  existing  J
    MethodParameters:
      Name  Flags
      key   

  public boolean indexExists(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int index
         0: .line 510
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            iflt 4
         1: .line 511
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            if_icmple 4
         2: .line 512
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 514
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public char indexGet(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int index
         0: .line 522
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            ifge 1
            new java.lang.AssertionError
            dup
            ldc "The index must point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 523
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            if_icmple 4
         2: .line 524
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 1 /* index */
            caload
            ireturn
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public char indexReplace(int, char);
    descriptor: (IC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int index
        start local 2 // char newValue
         0: .line 534
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            ifge 1
            new java.lang.AssertionError
            dup
            ldc "The index must point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 535
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            if_icmple 4
         2: .line 536
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 1 /* index */
            caload
            istore 3 /* previousValue */
        start local 3 // char previousValue
         5: .line 539
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 1 /* index */
            iload 2 /* newValue */
            castore
         6: .line 540
            iload 3 /* previousValue */
            ireturn
        end local 3 // char previousValue
        end local 2 // char newValue
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    7     1          index  I
            0    7     2       newValue  C
            5    7     3  previousValue  C
    MethodParameters:
          Name  Flags
      index     
      newValue  

  public void indexInsert(int, long, char);
    descriptor: (IJC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int index
        start local 2 // long key
        start local 4 // char value
         0: .line 548
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            iflt 1
            new java.lang.AssertionError
            dup
            ldc "The index must not point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 550
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iconst_m1
            ixor
            istore 1 /* index */
         2: .line 551
            lload 2 /* key */
            lconst_0
            lcmp
            ifne 7
         3: .line 552
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 1 /* index */
            iload 4 /* value */
            castore
         5: .line 554
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         6: .line 555
            goto 14
         7: .line 556
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            iload 1 /* index */
            laload
            lconst_0
            lcmp
            ifeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.resizeAt:I
            if_icmpne 11
         9: .line 559
            aload 0 /* this */
            iload 1 /* index */
            lload 2 /* key */
            iload 4 /* value */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.allocateThenInsertThenRehash:(IJC)V
        10: .line 560
            goto 13
        11: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            iload 1 /* index */
            lload 2 /* key */
            lastore
        12: .line 562
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            iload 1 /* index */
            iload 4 /* value */
            castore
        13: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
        14: .line 567
      StackMap locals:
      StackMap stack:
            return
        end local 4 // char value
        end local 2 // long key
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   15     1  index  I
            0   15     2    key  J
            0   15     4  value  C
    MethodParameters:
       Name  Flags
      index  
      key    
      value  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 574
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
         1: .line 575
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         2: .line 577
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            lconst_0
            invokestatic java.util.Arrays.fill:([JJ)V
         3: .line 580
            return
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 587
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
         1: .line 588
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         2: .line 590
            aload 0 /* this */
            aconst_null
            putfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
         3: .line 591
            aload 0 /* this */
            aconst_null
            putfield com.carrotsearch.hppc.LongCharHashMap.values:[C
         4: .line 592
            aload 0 /* this */
            iconst_4
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.ensureCapacity:(I)V
         5: .line 593
            return
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 600
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 607
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 615
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 1
            ldc -559038737
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* h */
        start local 1 // int h
         3: .line 616
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap int top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCharCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.LongCharCursor c
         5: .line 617
            iload 1 /* h */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.key:J
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(J)I
         6: .line 618
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.value:C
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(C)I
         7: .line 617
            iadd
            iadd
            istore 1 /* h */
        end local 2 // com.carrotsearch.hppc.cursors.LongCharCursor c
         8: .line 616
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 620
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;
            3   10     1     h  I
            5    8     2     c  Lcom/carrotsearch/hppc/cursors/LongCharCursor;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // java.lang.Object obj
         0: .line 628
            aload 1 /* obj */
            ifnull 4
         1: .line 629
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 4
         2: .line 630
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.LongCharHashMap
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.equalElements:(Lcom/carrotsearch/hppc/LongCharHashMap;)Z
            ifeq 4
         3: .line 628
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    5     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  protected boolean equalElements(com.carrotsearch.hppc.LongCharHashMap);
    descriptor: (Lcom/carrotsearch/hppc/LongCharHashMap;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.LongCharHashMap other
         0: .line 637
            aload 1 /* other */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            if_icmpeq 2
         1: .line 638
            iconst_0
            ireturn
         2: .line 641
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongCharHashMap top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCharCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.LongCharCursor c
         4: .line 642
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.key:J
            lstore 4 /* key */
        start local 4 // long key
         5: .line 643
            aload 0 /* this */
            lload 4 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.containsKey:(J)Z
            ifeq 7
         6: .line 644
            aload 0 /* this */
            lload 4 /* key */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.get:(J)C
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.value:C
            if_icmpeq 8
         7: .line 645
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.cursors.LongCharCursor java.util.Iterator long
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // long key
        end local 2 // com.carrotsearch.hppc.cursors.LongCharCursor c
         8: .line 641
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap com.carrotsearch.hppc.LongCharHashMap top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 649
            iconst_1
            ireturn
        end local 1 // com.carrotsearch.hppc.LongCharHashMap other
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   10     1  other  Lcom/carrotsearch/hppc/LongCharHashMap;
            4    8     2      c  Lcom/carrotsearch/hppc/cursors/LongCharCursor;
            5    8     4    key  J
    MethodParameters:
       Name  Flags
      other  

  public void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int expectedElements
         0: .line 660
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.resizeAt:I
            if_icmpgt 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            ifnonnull 6
         1: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 2 /* prevKeys */
        start local 2 // long[] prevKeys
         2: .line 662
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 3 /* prevValues */
        start local 3 // char[] prevValues
         3: .line 663
            aload 0 /* this */
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.minBufferSize:(ID)I
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.allocateBuffers:(I)V
         4: .line 664
            aload 2 /* prevKeys */
            ifnull 6
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.isEmpty:()Z
            ifne 6
         5: .line 665
            aload 0 /* this */
            aload 2 /* prevKeys */
            aload 3 /* prevValues */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.rehash:([J[C)V
        end local 3 // char[] prevValues
        end local 2 // long[] prevKeys
         6: .line 668
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    7     1  expectedElements  I
            2    6     2          prevKeys  [J
            3    6     3        prevValues  [C
    MethodParameters:
                  Name  Flags
      expectedElements  

  public java.util.Iterator<com.carrotsearch.hppc.cursors.LongCharCursor> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 713
            new com.carrotsearch.hppc.LongCharHashMap$EntryIterator
            dup
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.LongCharHashMap$EntryIterator.<init>:(Lcom/carrotsearch/hppc/LongCharHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/LongCharCursor;>;

  public <T extends com.carrotsearch.hppc.procedures.LongCharProcedure> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/LongCharProcedure;)Lcom/carrotsearch/hppc/procedures/LongCharProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.procedures.LongCharProcedure procedure
         0: .line 721
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 2 /* keys */
        start local 2 // long[] keys
         1: .line 722
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 3 /* values */
        start local 3 // char[] values
         2: .line 724
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 4
         3: .line 725
            aload 1 /* procedure */
            lconst_0
            aload 3 /* values */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            caload
            invokeinterface com.carrotsearch.hppc.procedures.LongCharProcedure.apply:(JC)V
         4: .line 728
      StackMap locals: long[] char[]
      StackMap stack:
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         5: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         6: goto 10
         7: .line 729
      StackMap locals: int int
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            laload
            lconst_0
            lcmp
            ifeq 9
         8: .line 730
            aload 1 /* procedure */
            aload 2 /* keys */
            iload 4 /* slot */
            laload
            aload 3 /* values */
            iload 4 /* slot */
            caload
            invokeinterface com.carrotsearch.hppc.procedures.LongCharProcedure.apply:(JC)V
         9: .line 728
      StackMap locals:
      StackMap stack:
            iinc 4 /* slot */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* slot */
            iload 5 /* max */
            if_icmple 7
        end local 5 // int max
        end local 4 // int slot
        11: .line 734
            aload 1 /* procedure */
            areturn
        end local 3 // char[] values
        end local 2 // long[] keys
        end local 1 // com.carrotsearch.hppc.procedures.LongCharProcedure procedure
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   12     1  procedure  TT;
            1   12     2       keys  [J
            2   12     3     values  [C
            5   11     4       slot  I
            6   11     5        max  I
    Signature: <T::Lcom/carrotsearch/hppc/procedures/LongCharProcedure;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  public <T extends com.carrotsearch.hppc.predicates.LongCharPredicate> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/LongCharPredicate;)Lcom/carrotsearch/hppc/predicates/LongCharPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.LongCharPredicate predicate
         0: .line 742
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 2 /* keys */
        start local 2 // long[] keys
         1: .line 743
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 3 /* values */
        start local 3 // char[] values
         2: .line 745
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            ifeq 5
         3: .line 746
            aload 1 /* predicate */
            lconst_0
            aload 3 /* values */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            caload
            invokeinterface com.carrotsearch.hppc.predicates.LongCharPredicate.apply:(JC)Z
            ifne 5
         4: .line 747
            aload 1 /* predicate */
            areturn
         5: .line 751
      StackMap locals: long[] char[]
      StackMap stack:
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         6: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         7: goto 12
         8: .line 752
      StackMap locals: int int
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            laload
            lconst_0
            lcmp
            ifeq 11
         9: .line 753
            aload 1 /* predicate */
            aload 2 /* keys */
            iload 4 /* slot */
            laload
            aload 3 /* values */
            iload 4 /* slot */
            caload
            invokeinterface com.carrotsearch.hppc.predicates.LongCharPredicate.apply:(JC)Z
            ifne 11
        10: .line 754
            goto 13
        11: .line 751
      StackMap locals:
      StackMap stack:
            iinc 4 /* slot */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* slot */
            iload 5 /* max */
            if_icmple 8
        end local 5 // int max
        end local 4 // int slot
        13: .line 759
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 3 // char[] values
        end local 2 // long[] keys
        end local 1 // com.carrotsearch.hppc.predicates.LongCharPredicate predicate
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   14     1  predicate  TT;
            1   14     2       keys  [J
            2   14     3     values  [C
            6   13     4       slot  I
            7   13     5        max  I
    Signature: <T::Lcom/carrotsearch/hppc/predicates/LongCharPredicate;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  public com.carrotsearch.hppc.LongCharHashMap$KeysContainer keys();
    descriptor: ()Lcom/carrotsearch/hppc/LongCharHashMap$KeysContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 767
            new com.carrotsearch.hppc.LongCharHashMap$KeysContainer
            dup
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.LongCharHashMap$KeysContainer.<init>:(Lcom/carrotsearch/hppc/LongCharHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public com.carrotsearch.hppc.CharCollection values();
    descriptor: ()Lcom/carrotsearch/hppc/CharCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 889
            new com.carrotsearch.hppc.LongCharHashMap$ValuesContainer
            dup
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.LongCharHashMap$ValuesContainer.<init>:(Lcom/carrotsearch/hppc/LongCharHashMap;)V
            areturn
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;

  public com.carrotsearch.hppc.LongCharHashMap clone();
    descriptor: ()Lcom/carrotsearch/hppc/LongCharHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 1014
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.LongCharHashMap
            astore 1 /* cloned */
        start local 1 // com.carrotsearch.hppc.LongCharHashMap cloned
         1: .line 1015
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            invokevirtual long[].clone:()Ljava/lang/Object;
            checkcast long[]
            putfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
         2: .line 1016
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield com.carrotsearch.hppc.LongCharHashMap.values:[C
         3: .line 1017
            aload 1 /* cloned */
            aload 1 /* cloned */
            getfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
            putfield com.carrotsearch.hppc.LongCharHashMap.hasEmptyKey:Z
         4: .line 1018
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokeinterface com.carrotsearch.hppc.HashOrderMixingStrategy.clone:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            putfield com.carrotsearch.hppc.LongCharHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         5: .line 1019
            aload 1 /* cloned */
         6: areturn
        end local 1 // com.carrotsearch.hppc.LongCharHashMap cloned
         7: .line 1020
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         8: .line 1021
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/carrotsearch/hppc/LongCharHashMap;
            1    7     1  cloned  Lcom/carrotsearch/hppc/LongCharHashMap;
            8    9     1       e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.CloneNotSupportedException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
         0: .line 1030
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 1031
            aload 1 /* buffer */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 1033
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         3: .line 1034
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCharCursor
            astore 3 /* cursor */
        start local 3 // com.carrotsearch.hppc.cursors.LongCharCursor cursor
         5: .line 1035
            iload 2 /* first */
            ifne 7
         6: .line 1036
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 1038
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap java.lang.StringBuilder int com.carrotsearch.hppc.cursors.LongCharCursor java.util.Iterator
      StackMap stack:
            aload 1 /* buffer */
            aload 3 /* cursor */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.key:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         8: .line 1039
            aload 1 /* buffer */
            ldc "=>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 1040
            aload 1 /* buffer */
            aload 3 /* cursor */
            getfield com.carrotsearch.hppc.cursors.LongCharCursor.value:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 1041
            iconst_0
            istore 2 /* first */
        end local 3 // com.carrotsearch.hppc.cursors.LongCharCursor cursor
        11: .line 1034
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        12: .line 1043
            aload 1 /* buffer */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 1044
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // boolean first
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/carrotsearch/hppc/LongCharHashMap;
            1   14     1  buffer  Ljava/lang/StringBuilder;
            3   14     2   first  Z
            5   11     3  cursor  Lcom/carrotsearch/hppc/cursors/LongCharCursor;

  public java.lang.String visualizeKeyDistribution(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int characters
         0: .line 1049
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iload 1 /* characters */
            invokestatic com.carrotsearch.hppc.LongBufferVisualizer.visualizeKeyDistribution:([JII)Ljava/lang/String;
            areturn
        end local 1 // int characters
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    1     1  characters  I
    MethodParameters:
            Name  Flags
      characters  

  public static com.carrotsearch.hppc.LongCharHashMap from(long[], char[]);
    descriptor: ([J[C)Lcom/carrotsearch/hppc/LongCharHashMap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // long[] keys
        start local 1 // char[] values
         0: .line 1056
            aload 0 /* keys */
            arraylength
            aload 1 /* values */
            arraylength
            if_icmpeq 2
         1: .line 1057
            new java.lang.IllegalArgumentException
            dup
            ldc "Arrays of keys and values must have an identical length."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1060
      StackMap locals:
      StackMap stack:
            new com.carrotsearch.hppc.LongCharHashMap
            dup
            aload 0 /* keys */
            arraylength
            invokespecial com.carrotsearch.hppc.LongCharHashMap.<init>:(I)V
            astore 2 /* map */
        start local 2 // com.carrotsearch.hppc.LongCharHashMap map
         3: .line 1061
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1062
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap int
      StackMap stack:
            aload 2 /* map */
            aload 0 /* keys */
            iload 3 /* i */
            laload
            aload 1 /* values */
            iload 3 /* i */
            caload
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.put:(JC)C
            pop
         6: .line 1061
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* keys */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 1065
            aload 2 /* map */
            areturn
        end local 2 // com.carrotsearch.hppc.LongCharHashMap map
        end local 1 // char[] values
        end local 0 // long[] keys
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    keys  [J
            0    9     1  values  [C
            3    9     2     map  Lcom/carrotsearch/hppc/LongCharHashMap;
            4    8     3       i  I
    MethodParameters:
        Name  Flags
      keys    
      values  

  protected int hashKey(long);
    descriptor: (J)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long key
         0: .line 1081
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            lload 1 /* key */
            lconst_0
            lcmp
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1082
      StackMap locals:
      StackMap stack:
            lload 1 /* key */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keyMixer:I
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(JI)I
            ireturn
        end local 1 // long key
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    2     1   key  J
    MethodParameters:
      Name  Flags
      key   

  protected double verifyLoadFactor(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // double loadFactor
         0: .line 1090
            dload 1 /* loadFactor */
            ldc 0.009999999776482582
            ldc 0.9900000095367432
            invokestatic com.carrotsearch.hppc.HashContainers.checkLoadFactor:(DDD)V
         1: .line 1091
            dload 1 /* loadFactor */
            dreturn
        end local 1 // double loadFactor
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0    2     1  loadFactor  D
    MethodParameters:
            Name  Flags
      loadFactor  

  protected void rehash(long[], char[]);
    descriptor: ([J[C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // long[] fromKeys
        start local 2 // char[] fromValues
         0: .line 1098
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 3
            aload 1 /* fromKeys */
            arraylength
            aload 2 /* fromValues */
            arraylength
            if_icmpne 2
         1: .line 1099
            aload 1 /* fromKeys */
            arraylength
            iconst_1
            isub
            invokestatic com.carrotsearch.hppc.HashContainers.checkPowerOfTwo:(I)Z
            ifne 3
      StackMap locals:
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* keys */
        start local 3 // long[] keys
         4: .line 1103
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 4 /* values */
        start local 4 // char[] values
         5: .line 1104
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 5 /* mask */
        start local 5 // int mask
         6: .line 1108
            aload 1 /* fromKeys */
            arraylength
            iconst_1
            isub
            istore 8 /* from */
        start local 8 // int from
         7: .line 1109
            aload 3 /* keys */
            aload 3 /* keys */
            arraylength
            iconst_1
            isub
            aload 1 /* fromKeys */
            iload 8 /* from */
            laload
            lastore
         8: .line 1110
            aload 4 /* values */
            aload 4 /* values */
            arraylength
            iconst_1
            isub
            aload 2 /* fromValues */
            iload 8 /* from */
            caload
            castore
         9: .line 1111
            goto 18
        10: .line 1112
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long[] char[] long[] char[] int top top int
      StackMap stack:
            aload 1 /* fromKeys */
            iload 8 /* from */
            laload
            dup2
            lstore 6 /* existing */
        start local 6 // long existing
        11: lconst_0
            lcmp
            ifeq 18
        12: .line 1113
            aload 0 /* this */
            lload 6 /* existing */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            iload 5 /* mask */
            iand
            istore 9 /* slot */
        start local 9 // int slot
        13: .line 1114
            goto 15
        14: .line 1115
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long[] char[] long[] char[] int long int int
      StackMap stack:
            iload 9 /* slot */
            iconst_1
            iadd
            iload 5 /* mask */
            iand
            istore 9 /* slot */
        15: .line 1114
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 9 /* slot */
            laload
            lconst_0
            lcmp
            ifne 14
        16: .line 1117
            aload 3 /* keys */
            iload 9 /* slot */
            lload 6 /* existing */
            lastore
        17: .line 1118
            aload 4 /* values */
            iload 9 /* slot */
            aload 2 /* fromValues */
            iload 8 /* from */
            caload
            castore
        end local 9 // int slot
        end local 6 // long existing
        18: .line 1111
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap long[] char[] long[] char[] int top top int
      StackMap stack:
            iinc 8 /* from */ -1
            iload 8 /* from */
            ifge 10
        19: .line 1121
            return
        end local 8 // int from
        end local 5 // int mask
        end local 4 // char[] values
        end local 3 // long[] keys
        end local 2 // char[] fromValues
        end local 1 // long[] fromKeys
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   20     1    fromKeys  [J
            0   20     2  fromValues  [C
            4   20     3        keys  [J
            5   20     4      values  [C
            6   20     5        mask  I
           11   18     6    existing  J
            7   20     8        from  I
           13   18     9        slot  I
    MethodParameters:
            Name  Flags
      fromKeys    
      fromValues  

  protected void allocateBuffers(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int arraySize
         0: .line 1128
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 1
            iload 1 /* arraySize */
            invokestatic java.lang.Integer.bitCount:(I)I
            iconst_1
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            iload 1 /* arraySize */
            invokeinterface com.carrotsearch.hppc.HashOrderMixingStrategy.newKeyMixer:(I)I
            istore 2 /* newKeyMixer */
        start local 2 // int newKeyMixer
         2: .line 1134
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 3 /* prevKeys */
        start local 3 // long[] prevKeys
         3: .line 1135
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 4 /* prevValues */
        start local 4 // char[] prevValues
         4: .line 1137
            iconst_1
            istore 5 /* emptyElementSlot */
        start local 5 // int emptyElementSlot
         5: .line 1138
            aload 0 /* this */
            iload 1 /* arraySize */
            iload 5 /* emptyElementSlot */
            iadd
            newarray 11
            putfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
         6: .line 1139
            aload 0 /* this */
            iload 1 /* arraySize */
            iload 5 /* emptyElementSlot */
            iadd
            newarray 5
            putfield com.carrotsearch.hppc.LongCharHashMap.values:[C
        end local 5 // int emptyElementSlot
         7: .line 1140
            goto 17
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap int int long[] char[]
      StackMap stack: java.lang.OutOfMemoryError
         8: astore 5 /* e */
        start local 5 // java.lang.OutOfMemoryError e
         9: .line 1141
            aload 0 /* this */
            aload 3 /* prevKeys */
            putfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
        10: .line 1142
            aload 0 /* this */
            aload 4 /* prevValues */
            putfield com.carrotsearch.hppc.LongCharHashMap.values:[C
        11: .line 1143
            new com.carrotsearch.hppc.BufferAllocationException
            dup
        12: .line 1144
            ldc "Not enough memory to allocate buffers for rehashing: %,d -> %,d"
        13: .line 1145
            aload 5 /* e */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        14: .line 1146
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
        15: .line 1147
            iload 1 /* arraySize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        16: .line 1143
            aastore
            invokespecial com.carrotsearch.hppc.BufferAllocationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
            athrow
        end local 5 // java.lang.OutOfMemoryError e
        17: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* arraySize */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.expandAtCount:(ID)I
            putfield com.carrotsearch.hppc.LongCharHashMap.resizeAt:I
        18: .line 1151
            aload 0 /* this */
            iload 2 /* newKeyMixer */
            putfield com.carrotsearch.hppc.LongCharHashMap.keyMixer:I
        19: .line 1152
            aload 0 /* this */
            iload 1 /* arraySize */
            iconst_1
            isub
            putfield com.carrotsearch.hppc.LongCharHashMap.mask:I
        20: .line 1153
            return
        end local 4 // char[] prevValues
        end local 3 // long[] prevKeys
        end local 2 // int newKeyMixer
        end local 1 // int arraySize
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   21     0              this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   21     1         arraySize  I
            2   21     2       newKeyMixer  I
            3   21     3          prevKeys  [J
            4   21     4        prevValues  [C
            5    7     5  emptyElementSlot  I
            9   17     5                 e  Ljava/lang/OutOfMemoryError;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.OutOfMemoryError
    MethodParameters:
           Name  Flags
      arraySize  

  protected void allocateThenInsertThenRehash(int, long, char);
    descriptor: (IJC)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int slot
        start local 2 // long pendingKey
        start local 4 // char pendingValue
         0: .line 1165
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.resizeAt:I
            if_icmpne 3
         1: .line 1166
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            iload 1 /* slot */
            laload
            lconst_0
            lcmp
            ifne 3
         2: .line 1167
            lload 2 /* pendingKey */
            lconst_0
            lcmp
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 5 /* prevKeys */
        start local 5 // long[] prevKeys
         5: .line 1171
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 6 /* prevValues */
        start local 6 // char[] prevValues
         6: .line 1172
            aload 0 /* this */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            iconst_1
            iadd
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.size:()I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.nextBufferSize:(IID)I
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.allocateBuffers:(I)V
         7: .line 1173
            getstatic com.carrotsearch.hppc.LongCharHashMap.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            arraylength
            aload 5 /* prevKeys */
            arraylength
            if_icmpgt 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 1177
      StackMap locals: long[] char[]
      StackMap stack:
            aload 5 /* prevKeys */
            iload 1 /* slot */
            lload 2 /* pendingKey */
            lastore
         9: .line 1178
            aload 6 /* prevValues */
            iload 1 /* slot */
            iload 4 /* pendingValue */
            castore
        10: .line 1181
            aload 0 /* this */
            aload 5 /* prevKeys */
            aload 6 /* prevValues */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.rehash:([J[C)V
        11: .line 1182
            return
        end local 6 // char[] prevValues
        end local 5 // long[] prevKeys
        end local 4 // char pendingValue
        end local 2 // long pendingKey
        end local 1 // int slot
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   12     1          slot  I
            0   12     2    pendingKey  J
            0   12     4  pendingValue  C
            5   12     5      prevKeys  [J
            6   12     6    prevValues  [C
    MethodParameters:
              Name  Flags
      slot          
      pendingKey    
      pendingValue  

  protected void shiftConflictingKeys(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // com.carrotsearch.hppc.LongCharHashMap this
        start local 1 // int gapSlot
         0: .line 1189
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.keys:[J
            astore 2 /* keys */
        start local 2 // long[] keys
         1: .line 1190
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.values:[C
            astore 3 /* values */
        start local 3 // char[] values
         2: .line 1191
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongCharHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         3: .line 1194
            iconst_0
            istore 5 /* distance */
        start local 5 // int distance
         4: .line 1196
      StackMap locals: com.carrotsearch.hppc.LongCharHashMap int long[] char[] int int
      StackMap stack:
            iload 1 /* gapSlot */
            iinc 5 /* distance */ 1
            iload 5 /* distance */
            iadd
            iload 4 /* mask */
            iand
            istore 6 /* slot */
        start local 6 // int slot
         5: .line 1197
            aload 2 /* keys */
            iload 6 /* slot */
            laload
            lstore 7 /* existing */
        start local 7 // long existing
         6: .line 1198
            lload 7 /* existing */
            lconst_0
            lcmp
            ifne 8
         7: .line 1199
            goto 16
         8: .line 1202
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            lload 7 /* existing */
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.hashKey:(J)I
            istore 9 /* idealSlot */
        start local 9 // int idealSlot
         9: .line 1203
            iload 6 /* slot */
            iload 9 /* idealSlot */
            isub
            iload 4 /* mask */
            iand
            istore 10 /* shift */
        start local 10 // int shift
        10: .line 1204
            iload 10 /* shift */
            iload 5 /* distance */
            if_icmplt 4
        11: .line 1209
            aload 2 /* keys */
            iload 1 /* gapSlot */
            lload 7 /* existing */
            lastore
        12: .line 1210
            aload 3 /* values */
            iload 1 /* gapSlot */
            aload 3 /* values */
            iload 6 /* slot */
            caload
            castore
        13: .line 1211
            iload 6 /* slot */
            istore 1 /* gapSlot */
        14: .line 1212
            iconst_0
            istore 5 /* distance */
        end local 10 // int shift
        end local 9 // int idealSlot
        end local 7 // long existing
        end local 6 // int slot
        15: .line 1195
            goto 4
        16: .line 1217
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 1 /* gapSlot */
            lconst_0
            lastore
        17: .line 1218
            aload 3 /* values */
            iload 1 /* gapSlot */
            iconst_0
            castore
        18: .line 1219
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.LongCharHashMap.assigned:I
        19: .line 1220
            return
        end local 5 // int distance
        end local 4 // int mask
        end local 3 // char[] values
        end local 2 // long[] keys
        end local 1 // int gapSlot
        end local 0 // com.carrotsearch.hppc.LongCharHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/carrotsearch/hppc/LongCharHashMap;
            0   20     1    gapSlot  I
            1   20     2       keys  [J
            2   20     3     values  [C
            3   20     4       mask  I
            4   20     5   distance  I
            5   15     6       slot  I
            6   15     7   existing  J
            9   15     9  idealSlot  I
           10   15    10      shift  I
    MethodParameters:
         Name  Flags
      gapSlot  

  public com.carrotsearch.hppc.LongCollection keys();
    descriptor: ()Lcom/carrotsearch/hppc/LongCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.keys:()Lcom/carrotsearch/hppc/LongCharHashMap$KeysContainer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.carrotsearch.hppc.CharContainer values();
    descriptor: ()Lcom/carrotsearch/hppc/CharContainer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.values:()Lcom/carrotsearch/hppc/CharCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.LongCharHashMap.clone:()Lcom/carrotsearch/hppc/LongCharHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "LongCharHashMap.java"
NestMembers:
  com.carrotsearch.hppc.LongCharHashMap$EntryIterator  com.carrotsearch.hppc.LongCharHashMap$KeysContainer  com.carrotsearch.hppc.LongCharHashMap$KeysContainer$1  com.carrotsearch.hppc.LongCharHashMap$KeysContainer$2  com.carrotsearch.hppc.LongCharHashMap$KeysIterator  com.carrotsearch.hppc.LongCharHashMap$ValuesContainer  com.carrotsearch.hppc.LongCharHashMap$ValuesContainer$1  com.carrotsearch.hppc.LongCharHashMap$ValuesContainer$2  com.carrotsearch.hppc.LongCharHashMap$ValuesIterator
InnerClasses:
  private final EntryIterator = com.carrotsearch.hppc.LongCharHashMap$EntryIterator of com.carrotsearch.hppc.LongCharHashMap
  public final KeysContainer = com.carrotsearch.hppc.LongCharHashMap$KeysContainer of com.carrotsearch.hppc.LongCharHashMap
  private final KeysIterator = com.carrotsearch.hppc.LongCharHashMap$KeysIterator of com.carrotsearch.hppc.LongCharHashMap
  private final ValuesContainer = com.carrotsearch.hppc.LongCharHashMap$ValuesContainer of com.carrotsearch.hppc.LongCharHashMap
  private final ValuesIterator = com.carrotsearch.hppc.LongCharHashMap$ValuesIterator of com.carrotsearch.hppc.LongCharHashMap