public class com.carrotsearch.hppc.IntObjectHashMap<VType> implements com.carrotsearch.hppc.IntObjectMap<VType>, 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.IntObjectHashMap
  super_class: java.lang.Object
{
  public int[] keys;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object[] values;
    descriptor: [Ljava/lang/Object;
    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/IntObjectHashMap;
            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.IntObjectHashMap.$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.IntObjectHashMap this
         0: .line 97
            aload 0 /* this */
            iconst_4
            invokespecial com.carrotsearch.hppc.IntObjectHashMap.<init>:(I)V
         1: .line 98
            return
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;

  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.IntObjectHashMap this
        start local 1 // int expectedElements
         0: .line 108
            aload 0 /* this */
            iload 1 /* expectedElements */
            ldc 0.75
            invokespecial com.carrotsearch.hppc.IntObjectHashMap.<init>:(ID)V
         1: .line 109
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            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.IntObjectHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
         0: .line 122
            aload 0 /* this */
            iload 1 /* expectedElements */
            dload 2 /* loadFactor */
            invokestatic com.carrotsearch.hppc.HashOrderMixing.defaultStrategy:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokespecial com.carrotsearch.hppc.IntObjectHashMap.<init>:(IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
         1: .line 123
            return
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            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.IntObjectHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
        start local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
         0: .line 138
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 139
            aload 0 /* this */
            aload 4 /* orderMixer */
            putfield com.carrotsearch.hppc.IntObjectHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         2: .line 140
            aload 0 /* this */
            aload 0 /* this */
            dload 2 /* loadFactor */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.verifyLoadFactor:(D)D
            putfield com.carrotsearch.hppc.IntObjectHashMap.loadFactor:D
         3: .line 141
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.ensureCapacity:(I)V
         4: .line 142
            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.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            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.IntObjectAssociativeContainer<? extends VType>);
    descriptor: (Lcom/carrotsearch/hppc/IntObjectAssociativeContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.IntObjectAssociativeContainer container
         0: .line 148
            aload 0 /* this */
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.IntObjectAssociativeContainer.size:()I
            invokespecial com.carrotsearch.hppc.IntObjectHashMap.<init>:(I)V
         1: .line 149
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.putAll:(Lcom/carrotsearch/hppc/IntObjectAssociativeContainer;)I
            pop
         2: .line 150
            return
        end local 1 // com.carrotsearch.hppc.IntObjectAssociativeContainer container
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    3     1  container  Lcom/carrotsearch/hppc/IntObjectAssociativeContainer<+TVType;>;
    Signature: (Lcom/carrotsearch/hppc/IntObjectAssociativeContainer<+TVType;>;)V
    MethodParameters:
           Name  Flags
      container  

  public VType put(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
        start local 2 // java.lang.Object value
         0: .line 157
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         2: .line 160
            iload 1 /* key */
            ifne 7
         3: .line 161
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         4: .line 162
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* mask */
            iconst_1
            iadd
            aaload
            astore 4 /* previousValue */
        start local 4 // java.lang.Object previousValue
         5: .line 163
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* mask */
            iconst_1
            iadd
            aload 2 /* value */
            aastore
         6: .line 164
            aload 4 /* previousValue */
            areturn
        end local 4 // java.lang.Object previousValue
         7: .line 166
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 4 /* keys */
        start local 4 // int[] keys
         8: .line 167
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         9: .line 170
            goto 15
        start local 6 // int existing
        10: .line 171
      StackMap locals: int[] int int
      StackMap stack:
            iload 6 /* existing */
            iload 1 /* key */
            if_icmpne 14
        11: .line 172
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 5 /* slot */
            aaload
            astore 7 /* previousValue */
        start local 7 // java.lang.Object previousValue
        12: .line 173
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 5 /* slot */
            aload 2 /* value */
            aastore
        13: .line 174
            aload 7 /* previousValue */
            areturn
        end local 7 // java.lang.Object previousValue
        14: .line 176
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // int existing
        15: .line 170
      StackMap locals:
      StackMap stack:
            aload 4 /* keys */
            iload 5 /* slot */
            iaload
            dup
            istore 6 /* existing */
        start local 6 // int existing
        16: ifne 10
        17: .line 179
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.resizeAt:I
            if_icmpne 20
        18: .line 180
            aload 0 /* this */
            iload 5 /* slot */
            iload 1 /* key */
            aload 2 /* value */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.allocateThenInsertThenRehash:(IILjava/lang/Object;)V
        19: .line 181
            goto 22
        20: .line 182
      StackMap locals: int
      StackMap stack:
            aload 4 /* keys */
            iload 5 /* slot */
            iload 1 /* key */
            iastore
        21: .line 183
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 5 /* slot */
            aload 2 /* value */
            aastore
        22: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
        23: .line 187
            aconst_null
            areturn
        end local 6 // int existing
        end local 5 // int slot
        end local 4 // int[] keys
        end local 3 // int mask
        end local 2 // java.lang.Object value
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   24     1            key  I
            0   24     2          value  TVType;
            2   24     3           mask  I
            5    7     4  previousValue  TVType;
            8   24     4           keys  [I
            9   24     5           slot  I
           10   15     6       existing  I
           16   24     6       existing  I
           12   14     7  previousValue  TVType;
    Signature: (ITVType;)TVType;
    MethodParameters:
       Name  Flags
      key    
      value  

  public int putAll(com.carrotsearch.hppc.IntObjectAssociativeContainer<? extends VType>);
    descriptor: (Lcom/carrotsearch/hppc/IntObjectAssociativeContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.IntObjectAssociativeContainer container
         0: .line 196
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 197
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.IntObjectAssociativeContainer.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntObjectAssociativeContainer int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntObjectCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         3: .line 198
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.key:I
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         4: .line 197
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 200
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            iload 2 /* count */
            isub
            ireturn
        end local 2 // int count
        end local 1 // com.carrotsearch.hppc.IntObjectAssociativeContainer container
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    6     1  container  Lcom/carrotsearch/hppc/IntObjectAssociativeContainer<+TVType;>;
            1    6     2      count  I
            3    4     3          c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<+TVType;>;
    Signature: (Lcom/carrotsearch/hppc/IntObjectAssociativeContainer<+TVType;>;)I
    MethodParameters:
           Name  Flags
      container  

  public int putAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.IntObjectCursor<? extends VType>>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // java.lang.Iterable iterable
         0: .line 208
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 209
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap 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.IntObjectCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         3: .line 210
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.key:I
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         4: .line 209
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 212
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.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.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    6     1  iterable  Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/IntObjectCursor<+TVType;>;>;
            1    6     2     count  I
            3    4     3         c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<+TVType;>;
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/IntObjectCursor<+TVType;>;>;)I
    MethodParameters:
          Name  Flags
      iterable  

  public boolean putIfAbsent(int, );
    descriptor: (ILjava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
        start local 2 // java.lang.Object value
         0: .line 228
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.indexOf:(I)I
            istore 3 /* keyIndex */
        start local 3 // int keyIndex
         1: .line 229
            aload 0 /* this */
            iload 3 /* keyIndex */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.indexExists:(I)Z
            ifne 4
         2: .line 230
            aload 0 /* this */
            iload 3 /* keyIndex */
            iload 1 /* key */
            aload 2 /* value */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.indexInsert:(IILjava/lang/Object;)V
         3: .line 231
            iconst_1
            ireturn
         4: .line 233
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int keyIndex
        end local 2 // java.lang.Object value
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    5     1       key  I
            0    5     2     value  TVType;
            1    5     3  keyIndex  I
    Signature: (ITVType;)Z
    MethodParameters:
       Name  Flags
      key    
      value  

  public VType remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
         0: .line 246
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 2 /* mask */
        start local 2 // int mask
         1: .line 247
            iload 1 /* key */
            ifne 6
         2: .line 248
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         3: .line 249
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 2 /* mask */
            iconst_1
            iadd
            aaload
            astore 3 /* previousValue */
        start local 3 // java.lang.Object previousValue
         4: .line 250
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 2 /* mask */
            iconst_1
            iadd
            aconst_null
            aastore
         5: .line 251
            aload 3 /* previousValue */
            areturn
        end local 3 // java.lang.Object previousValue
         6: .line 253
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         7: .line 254
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         8: .line 257
            goto 14
        start local 5 // int existing
         9: .line 258
      StackMap locals: int[] int int
      StackMap stack:
            iload 5 /* existing */
            iload 1 /* key */
            if_icmpne 13
        10: .line 259
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 4 /* slot */
            aaload
            astore 6 /* previousValue */
        start local 6 // java.lang.Object previousValue
        11: .line 260
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.shiftConflictingKeys:(I)V
        12: .line 261
            aload 6 /* previousValue */
            areturn
        end local 6 // java.lang.Object previousValue
        13: .line 263
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // int existing
        14: .line 257
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 5 /* existing */
        start local 5 // int existing
        15: ifne 9
        16: .line 266
            aconst_null
            areturn
        end local 5 // int existing
        end local 4 // int slot
        end local 3 // int[] keys
        end local 2 // int mask
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   17     1            key  I
            1   17     2           mask  I
            4    6     3  previousValue  TVType;
            7   17     3           keys  [I
            8   17     4           slot  I
            9   14     5       existing  I
           15   17     5       existing  I
           11   13     6  previousValue  TVType;
    Signature: (I)TVType;
    MethodParameters:
      Name  Flags
      key   

  public int removeAll(com.carrotsearch.hppc.IntContainer);
    descriptor: (Lcom/carrotsearch/hppc/IntContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.IntContainer other
         0: .line 275
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 281
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.IntContainer.size:()I
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            if_icmplt 18
         2: .line 282
            aload 1 /* other */
            instanceof com.carrotsearch.hppc.IntLookupContainer
            ifeq 18
         3: .line 283
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 7
         4: .line 284
            aload 1 /* other */
            iconst_0
            invokeinterface com.carrotsearch.hppc.IntContainer.contains:(I)Z
            ifeq 7
         5: .line 285
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         6: .line 286
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aconst_null
            aastore
         7: .line 290
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         8: .line 291
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         9: aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
        10: goto 16
        11: .line 293
      StackMap locals: int[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 6 /* existing */
        start local 6 // int existing
        12: ifeq 15
            aload 1 /* other */
            iload 6 /* existing */
            invokeinterface com.carrotsearch.hppc.IntContainer.contains:(I)Z
            ifeq 15
        13: .line 295
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.shiftConflictingKeys:(I)V
        14: .line 296
            goto 16
        15: .line 297
      StackMap locals: int
      StackMap stack:
            iinc 4 /* slot */ 1
        end local 6 // int existing
        16: .line 291
      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 // int[] keys
        17: .line 300
            goto 22
        18: .line 301
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.IntContainer.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntContainer int top java.util.Iterator
      StackMap stack:
        19: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.IntCursor c
        20: .line 302
            aload 0 /* this */
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.IntCursor.value:I
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.remove:(I)Ljava/lang/Object;
            pop
        end local 3 // com.carrotsearch.hppc.cursors.IntCursor c
        21: .line 301
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        22: .line 306
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntContainer int
      StackMap stack:
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            isub
            ireturn
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.IntContainer other
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   23     1     other  Lcom/carrotsearch/hppc/IntContainer;
            1   23     2    before  I
            8   17     3      keys  [I
            9   17     4      slot  I
           10   17     5       max  I
           12   16     6  existing  I
           20   21     3         c  Lcom/carrotsearch/hppc/cursors/IntCursor;
    MethodParameters:
       Name  Flags
      other  

  public int removeAll(com.carrotsearch.hppc.predicates.IntObjectPredicate<? super VType>);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntObjectPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.IntObjectPredicate predicate
         0: .line 314
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 316
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         2: .line 318
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 6
         3: .line 319
            aload 1 /* predicate */
            iconst_0
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* mask */
            iconst_1
            iadd
            aaload
            invokeinterface com.carrotsearch.hppc.predicates.IntObjectPredicate.apply:(ILjava/lang/Object;)Z
            ifeq 6
         4: .line 320
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         5: .line 321
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* mask */
            iconst_1
            iadd
            aconst_null
            aastore
         6: .line 325
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 4 /* keys */
        start local 4 // int[] keys
         7: .line 326
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 5 /* values */
        start local 5 // java.lang.Object[] values
         8: .line 327
            iconst_0
            istore 6 /* slot */
        start local 6 // int slot
         9: goto 16
        10: .line 329
      StackMap locals: int[] java.lang.Object[] int
      StackMap stack:
            aload 4 /* keys */
            iload 6 /* slot */
            iaload
            dup
            istore 7 /* existing */
        start local 7 // int existing
        11: ifeq 15
        12: .line 330
            aload 1 /* predicate */
            iload 7 /* existing */
            aload 5 /* values */
            iload 6 /* slot */
            aaload
            invokeinterface com.carrotsearch.hppc.predicates.IntObjectPredicate.apply:(ILjava/lang/Object;)Z
            ifeq 15
        13: .line 332
            aload 0 /* this */
            iload 6 /* slot */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.shiftConflictingKeys:(I)V
        14: .line 333
            goto 16
        15: .line 334
      StackMap locals: int
      StackMap stack:
            iinc 6 /* slot */ 1
        end local 7 // int existing
        16: .line 327
      StackMap locals:
      StackMap stack:
            iload 6 /* slot */
            iload 3 /* mask */
            if_icmple 10
        end local 6 // int slot
        17: .line 338
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            isub
            ireturn
        end local 5 // java.lang.Object[] values
        end local 4 // int[] keys
        end local 3 // int mask
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.predicates.IntObjectPredicate predicate
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   18     1  predicate  Lcom/carrotsearch/hppc/predicates/IntObjectPredicate<-TVType;>;
            1   18     2     before  I
            2   18     3       mask  I
            7   18     4       keys  [I
            8   18     5     values  [Ljava/lang/Object;
            9   17     6       slot  I
           11   16     7   existing  I
    Signature: (Lcom/carrotsearch/hppc/predicates/IntObjectPredicate<-TVType;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public int removeAll(com.carrotsearch.hppc.predicates.IntPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.IntPredicate predicate
         0: .line 346
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 348
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 5
         2: .line 349
            aload 1 /* predicate */
            iconst_0
            invokeinterface com.carrotsearch.hppc.predicates.IntPredicate.apply:(I)Z
            ifeq 5
         3: .line 350
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         4: .line 351
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aconst_null
            aastore
         5: .line 355
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         6: .line 356
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         7: aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         8: goto 15
         9: .line 358
      StackMap locals: int[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 6 /* existing */
        start local 6 // int existing
        10: ifeq 14
        11: .line 359
            aload 1 /* predicate */
            iload 6 /* existing */
            invokeinterface com.carrotsearch.hppc.predicates.IntPredicate.apply:(I)Z
            ifeq 14
        12: .line 361
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.shiftConflictingKeys:(I)V
        13: .line 362
            goto 15
        14: .line 363
      StackMap locals: int
      StackMap stack:
            iinc 4 /* slot */ 1
        end local 6 // int existing
        15: .line 356
      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 367
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            isub
            ireturn
        end local 3 // int[] keys
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.predicates.IntPredicate predicate
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   17     1  predicate  Lcom/carrotsearch/hppc/predicates/IntPredicate;
            1   17     2     before  I
            6   17     3       keys  [I
            7   16     4       slot  I
            8   16     5        max  I
           10   15     6   existing  I
    MethodParameters:
           Name  Flags
      predicate  

  public VType get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
         0: .line 375
            iload 1 /* key */
            ifne 4
         1: .line 376
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 2
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aaload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
         4: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* keys */
        start local 2 // int[] keys
         5: .line 379
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         6: .line 380
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         7: .line 383
            goto 11
        start local 5 // int existing
         8: .line 384
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int int[] int int int
      StackMap stack:
            iload 5 /* existing */
            iload 1 /* key */
            if_icmpne 10
         9: .line 385
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 4 /* slot */
            aaload
            areturn
        10: .line 387
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // int existing
        11: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 5 /* existing */
        start local 5 // int existing
        12: ifne 8
        13: .line 390
            aconst_null
            areturn
        end local 5 // int existing
        end local 4 // int slot
        end local 3 // int mask
        end local 2 // int[] keys
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   14     1       key  I
            5   14     2      keys  [I
            6   14     3      mask  I
            7   14     4      slot  I
            8   11     5  existing  I
           12   14     5  existing  I
    Signature: (I)TVType;
    MethodParameters:
      Name  Flags
      key   

  public VType getOrDefault(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
        start local 2 // java.lang.Object defaultValue
         0: .line 399
            iload 1 /* key */
            ifne 4
         1: .line 400
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 2
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aaload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 2 /* defaultValue */
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
         4: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         5: .line 403
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         6: .line 404
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         7: .line 407
            goto 11
        start local 6 // int existing
         8: .line 408
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int java.lang.Object int[] int int int
      StackMap stack:
            iload 6 /* existing */
            iload 1 /* key */
            if_icmpne 10
         9: .line 409
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 5 /* slot */
            aaload
            areturn
        10: .line 411
      StackMap locals:
      StackMap stack:
            iload 5 /* slot */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            istore 5 /* slot */
        end local 6 // int existing
        11: .line 407
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 5 /* slot */
            iaload
            dup
            istore 6 /* existing */
        start local 6 // int existing
        12: ifne 8
        13: .line 414
            aload 2 /* defaultValue */
            areturn
        end local 6 // int existing
        end local 5 // int slot
        end local 4 // int mask
        end local 3 // int[] keys
        end local 2 // java.lang.Object defaultValue
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   14     1           key  I
            0   14     2  defaultValue  TVType;
            5   14     3          keys  [I
            6   14     4          mask  I
            7   14     5          slot  I
            8   11     6      existing  I
           12   14     6      existing  I
    Signature: (ITVType;)TVType;
    MethodParameters:
              Name  Flags
      key           
      defaultValue  

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
         0: .line 423
            iload 1 /* key */
            ifne 2
         1: .line 424
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ireturn
         2: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* keys */
        start local 2 // int[] keys
         3: .line 427
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         4: .line 428
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         5: .line 431
            goto 9
        start local 5 // int existing
         6: .line 432
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int int[] int int int
      StackMap stack:
            iload 5 /* existing */
            iload 1 /* key */
            if_icmpne 8
         7: .line 433
            iconst_1
            ireturn
         8: .line 435
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // int existing
         9: .line 431
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 5 /* existing */
        start local 5 // int existing
        10: ifne 6
        11: .line 438
            iconst_0
            ireturn
        end local 5 // int existing
        end local 4 // int slot
        end local 3 // int mask
        end local 2 // int[] keys
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   12     1       key  I
            3   12     2      keys  [I
            4   12     3      mask  I
            5   12     4      slot  I
            6    9     5  existing  I
           10   12     5  existing  I
    MethodParameters:
      Name  Flags
      key   

  public int indexOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
         0: .line 447
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 2 /* mask */
        start local 2 // int mask
         1: .line 448
            iload 1 /* key */
            ifne 5
         2: .line 449
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 3
            iload 2 /* mask */
            iconst_1
            iadd
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 2 /* mask */
            iconst_1
            iadd
            iconst_m1
            ixor
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         6: .line 452
            aload 0 /* this */
            iload 1 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         7: .line 455
            goto 11
        start local 5 // int existing
         8: .line 456
      StackMap locals: int[] int int
      StackMap stack:
            iload 5 /* existing */
            iload 1 /* key */
            if_icmpne 10
         9: .line 457
            iload 4 /* slot */
            ireturn
        10: .line 459
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // int existing
        11: .line 455
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            iaload
            dup
            istore 5 /* existing */
        start local 5 // int existing
        12: ifne 8
        13: .line 462
            iload 4 /* slot */
            iconst_m1
            ixor
            ireturn
        end local 5 // int existing
        end local 4 // int slot
        end local 3 // int[] keys
        end local 2 // int mask
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   14     1       key  I
            1   14     2      mask  I
            6   14     3      keys  [I
            7   14     4      slot  I
            8   11     5  existing  I
           12   14     5  existing  I
    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.IntObjectHashMap this
        start local 1 // int index
         0: .line 471
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            iflt 4
         1: .line 472
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            if_icmple 4
         2: .line 473
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 475
      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.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public VType indexGet();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int index
         0: .line 483
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$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 484
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            if_icmple 4
         2: .line 485
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    5     1  index  I
    Signature: (I)TVType;
    MethodParameters:
       Name  Flags
      index  

  public VType indexReplace(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int index
        start local 2 // java.lang.Object newValue
         0: .line 495
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$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 496
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            if_icmple 4
         2: .line 497
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            astore 3 /* previousValue */
        start local 3 // java.lang.Object previousValue
         5: .line 500
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 1 /* index */
            aload 2 /* newValue */
            aastore
         6: .line 501
            aload 3 /* previousValue */
            areturn
        end local 3 // java.lang.Object previousValue
        end local 2 // java.lang.Object newValue
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    7     1          index  I
            0    7     2       newValue  TVType;
            5    7     3  previousValue  TVType;
    Signature: (ITVType;)TVType;
    MethodParameters:
          Name  Flags
      index     
      newValue  

  public void indexInsert(int, int, );
    descriptor: (IILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int index
        start local 2 // int key
        start local 3 // java.lang.Object value
         0: .line 509
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$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 511
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iconst_m1
            ixor
            istore 1 /* index */
         2: .line 512
            iload 2 /* key */
            ifne 7
         3: .line 513
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 1 /* index */
            aload 3 /* value */
            aastore
         5: .line 515
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         6: .line 516
            goto 14
         7: .line 517
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            iload 1 /* index */
            iaload
            ifeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.resizeAt:I
            if_icmpne 11
         9: .line 520
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* key */
            aload 3 /* value */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.allocateThenInsertThenRehash:(IILjava/lang/Object;)V
        10: .line 521
            goto 13
        11: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            iload 1 /* index */
            iload 2 /* key */
            iastore
        12: .line 523
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            iload 1 /* index */
            aload 3 /* value */
            aastore
        13: .line 526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
        14: .line 528
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 2 // int key
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   15     1  index  I
            0   15     2    key  I
            0   15     3  value  TVType;
    Signature: (IITVType;)V
    MethodParameters:
       Name  Flags
      index  
      key    
      value  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
         0: .line 535
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
         1: .line 536
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         2: .line 538
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
         3: .line 541
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 543
            return
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
         0: .line 550
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
         1: .line 551
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         2: .line 553
            aload 0 /* this */
            aconst_null
            putfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
         3: .line 554
            aload 0 /* this */
            aconst_null
            putfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
         4: .line 555
            aload 0 /* this */
            iconst_4
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.ensureCapacity:(I)V
         5: .line 556
            return
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;

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

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

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
         0: .line 578
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.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 579
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntObjectCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         5: .line 580
            iload 1 /* h */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.key:I
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(I)I
         6: .line 581
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(Ljava/lang/Object;)I
         7: .line 580
            iadd
            iadd
            istore 1 /* h */
        end local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         8: .line 579
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 583
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            3   10     1     h  I
            5    8     2     c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<TVType;>;

  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.IntObjectHashMap this
        start local 1 // java.lang.Object obj
         0: .line 591
            aload 1 /* obj */
            ifnull 4
         1: .line 592
            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 593
            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.IntObjectHashMap
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.equalElements:(Lcom/carrotsearch/hppc/IntObjectHashMap;)Z
            ifeq 4
         3: .line 591
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    5     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  protected boolean equalElements(com.carrotsearch.hppc.IntObjectHashMap<?>);
    descriptor: (Lcom/carrotsearch/hppc/IntObjectHashMap;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.IntObjectHashMap other
         0: .line 601
            aload 1 /* other */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            if_icmpeq 2
         1: .line 602
            iconst_0
            ireturn
         2: .line 605
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntObjectHashMap top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntObjectCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         4: .line 606
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.key:I
            istore 4 /* key */
        start local 4 // int key
         5: .line 607
            aload 0 /* this */
            iload 4 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.containsKey:(I)Z
            ifeq 7
         6: .line 608
            aload 0 /* this */
            iload 4 /* key */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.get:(I)Ljava/lang/Object;
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 8
         7: .line 609
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.cursors.IntObjectCursor java.util.Iterator int
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int key
        end local 2 // com.carrotsearch.hppc.cursors.IntObjectCursor c
         8: .line 605
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap com.carrotsearch.hppc.IntObjectHashMap top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 613
            iconst_1
            ireturn
        end local 1 // com.carrotsearch.hppc.IntObjectHashMap other
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   10     1  other  Lcom/carrotsearch/hppc/IntObjectHashMap<*>;
            4    8     2      c  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<*>;
            5    8     4    key  I
    Signature: (Lcom/carrotsearch/hppc/IntObjectHashMap<*>;)Z
    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.IntObjectHashMap this
        start local 1 // int expectedElements
         0: .line 624
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.resizeAt:I
            if_icmpgt 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            ifnonnull 6
         1: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* prevKeys */
        start local 2 // int[] prevKeys
         2: .line 626
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 3 /* prevValues */
        start local 3 // java.lang.Object[] prevValues
         3: .line 627
            aload 0 /* this */
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.minBufferSize:(ID)I
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.allocateBuffers:(I)V
         4: .line 628
            aload 2 /* prevKeys */
            ifnull 6
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.isEmpty:()Z
            ifne 6
         5: .line 629
            aload 0 /* this */
            aload 2 /* prevKeys */
            aload 3 /* prevValues */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.rehash:([I[Ljava/lang/Object;)V
        end local 3 // java.lang.Object[] prevValues
        end local 2 // int[] prevKeys
         6: .line 632
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    7     1  expectedElements  I
            2    6     2          prevKeys  [I
            3    6     3        prevValues  [Ljava/lang/Object;
    MethodParameters:
                  Name  Flags
      expectedElements  

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

  public <T extends com.carrotsearch.hppc.procedures.IntObjectProcedure<? super VType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/IntObjectProcedure;)Lcom/carrotsearch/hppc/procedures/IntObjectProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.procedures.IntObjectProcedure procedure
         0: .line 685
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* keys */
        start local 2 // int[] keys
         1: .line 686
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 3 /* values */
        start local 3 // java.lang.Object[] values
         2: .line 688
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 4
         3: .line 689
            aload 1 /* procedure */
            iconst_0
            aload 3 /* values */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aaload
            invokeinterface com.carrotsearch.hppc.procedures.IntObjectProcedure.apply:(ILjava/lang/Object;)V
         4: .line 692
      StackMap locals: int[] java.lang.Object[]
      StackMap stack:
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         5: aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         6: goto 10
         7: .line 693
      StackMap locals: int int
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            ifeq 9
         8: .line 694
            aload 1 /* procedure */
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            aload 3 /* values */
            iload 4 /* slot */
            aaload
            invokeinterface com.carrotsearch.hppc.procedures.IntObjectProcedure.apply:(ILjava/lang/Object;)V
         9: .line 692
      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 698
            aload 1 /* procedure */
            areturn
        end local 3 // java.lang.Object[] values
        end local 2 // int[] keys
        end local 1 // com.carrotsearch.hppc.procedures.IntObjectProcedure procedure
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   12     1  procedure  TT;
            1   12     2       keys  [I
            2   12     3     values  [Ljava/lang/Object;
            5   11     4       slot  I
            6   11     5        max  I
    Signature: <T::Lcom/carrotsearch/hppc/procedures/IntObjectProcedure<-TVType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  public <T extends com.carrotsearch.hppc.predicates.IntObjectPredicate<? super VType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/IntObjectPredicate;)Lcom/carrotsearch/hppc/predicates/IntObjectPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // com.carrotsearch.hppc.predicates.IntObjectPredicate predicate
         0: .line 706
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* keys */
        start local 2 // int[] keys
         1: .line 707
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 3 /* values */
        start local 3 // java.lang.Object[] values
         2: .line 709
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            ifeq 5
         3: .line 710
            aload 1 /* predicate */
            iconst_0
            aload 3 /* values */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aaload
            invokeinterface com.carrotsearch.hppc.predicates.IntObjectPredicate.apply:(ILjava/lang/Object;)Z
            ifne 5
         4: .line 711
            aload 1 /* predicate */
            areturn
         5: .line 715
      StackMap locals: int[] java.lang.Object[]
      StackMap stack:
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         6: aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 5 /* max */
        start local 5 // int max
         7: goto 12
         8: .line 716
      StackMap locals: int int
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            ifeq 11
         9: .line 717
            aload 1 /* predicate */
            aload 2 /* keys */
            iload 4 /* slot */
            iaload
            aload 3 /* values */
            iload 4 /* slot */
            aaload
            invokeinterface com.carrotsearch.hppc.predicates.IntObjectPredicate.apply:(ILjava/lang/Object;)Z
            ifne 11
        10: .line 718
            goto 13
        11: .line 715
      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 723
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 3 // java.lang.Object[] values
        end local 2 // int[] keys
        end local 1 // com.carrotsearch.hppc.predicates.IntObjectPredicate predicate
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   14     1  predicate  TT;
            1   14     2       keys  [I
            2   14     3     values  [Ljava/lang/Object;
            6   13     4       slot  I
            7   13     5        max  I
    Signature: <T::Lcom/carrotsearch/hppc/predicates/IntObjectPredicate<-TVType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

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

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

  public com.carrotsearch.hppc.IntObjectHashMap<VType> clone();
    descriptor: ()Lcom/carrotsearch/hppc/IntObjectHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
         0: .line 978
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.IntObjectHashMap
            astore 1 /* cloned */
        start local 1 // com.carrotsearch.hppc.IntObjectHashMap cloned
         1: .line 979
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
         2: .line 980
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            putfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
         3: .line 981
            aload 1 /* cloned */
            aload 1 /* cloned */
            getfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
            putfield com.carrotsearch.hppc.IntObjectHashMap.hasEmptyKey:Z
         4: .line 982
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokeinterface com.carrotsearch.hppc.HashOrderMixingStrategy.clone:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            putfield com.carrotsearch.hppc.IntObjectHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         5: .line 983
            aload 1 /* cloned */
         6: areturn
        end local 1 // com.carrotsearch.hppc.IntObjectHashMap cloned
         7: .line 984
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         8: .line 985
            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.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            1    7     1  cloned  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            8    9     1       e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.CloneNotSupportedException
    Signature: ()Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
         0: .line 994
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 995
            aload 1 /* buffer */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 997
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         3: .line 998
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap 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.IntObjectCursor
            astore 3 /* cursor */
        start local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor cursor
         5: .line 999
            iload 2 /* first */
            ifne 7
         6: .line 1000
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 1002
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap java.lang.StringBuilder int com.carrotsearch.hppc.cursors.IntObjectCursor java.util.Iterator
      StackMap stack:
            aload 1 /* buffer */
            aload 3 /* cursor */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.key:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         8: .line 1003
            aload 1 /* buffer */
            ldc "=>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 1004
            aload 1 /* buffer */
            aload 3 /* cursor */
            getfield com.carrotsearch.hppc.cursors.IntObjectCursor.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        10: .line 1005
            iconst_0
            istore 2 /* first */
        end local 3 // com.carrotsearch.hppc.cursors.IntObjectCursor cursor
        11: .line 998
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        12: .line 1007
            aload 1 /* buffer */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 1008
            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.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            1   14     1  buffer  Ljava/lang/StringBuilder;
            3   14     2   first  Z
            5   11     3  cursor  Lcom/carrotsearch/hppc/cursors/IntObjectCursor<TVType;>;

  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.IntObjectHashMap this
        start local 1 // int characters
         0: .line 1013
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iload 1 /* characters */
            invokestatic com.carrotsearch.hppc.IntBufferVisualizer.visualizeKeyDistribution:([III)Ljava/lang/String;
            areturn
        end local 1 // int characters
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    1     1  characters  I
    MethodParameters:
            Name  Flags
      characters  

  public static <VType> com.carrotsearch.hppc.IntObjectHashMap<VType> from(int[], VType[]);
    descriptor: ([I[Ljava/lang/Object;)Lcom/carrotsearch/hppc/IntObjectHashMap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // int[] keys
        start local 1 // java.lang.Object[] values
         0: .line 1020
            aload 0 /* keys */
            arraylength
            aload 1 /* values */
            arraylength
            if_icmpeq 2
         1: .line 1021
            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 1024
      StackMap locals:
      StackMap stack:
            new com.carrotsearch.hppc.IntObjectHashMap
            dup
            aload 0 /* keys */
            arraylength
            invokespecial com.carrotsearch.hppc.IntObjectHashMap.<init>:(I)V
            astore 2 /* map */
        start local 2 // com.carrotsearch.hppc.IntObjectHashMap map
         3: .line 1025
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1026
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int
      StackMap stack:
            aload 2 /* map */
            aload 0 /* keys */
            iload 3 /* i */
            iaload
            aload 1 /* values */
            iload 3 /* i */
            aaload
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1025
            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 1029
            aload 2 /* map */
            areturn
        end local 2 // com.carrotsearch.hppc.IntObjectHashMap map
        end local 1 // java.lang.Object[] values
        end local 0 // int[] keys
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    keys  [I
            0    9     1  values  [Ljava/lang/Object;
            3    9     2     map  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            4    8     3       i  I
    Signature: <VType:Ljava/lang/Object;>([I[TVType;)Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
    MethodParameters:
        Name  Flags
      keys    
      values  

  protected int hashKey(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int key
         0: .line 1045
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 1
            iload 1 /* key */
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1046
      StackMap locals:
      StackMap stack:
            iload 1 /* key */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keyMixer:I
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(II)I
            ireturn
        end local 1 // int key
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    2     1   key  I
    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.IntObjectHashMap this
        start local 1 // double loadFactor
         0: .line 1054
            dload 1 /* loadFactor */
            ldc 0.009999999776482582
            ldc 0.9900000095367432
            invokestatic com.carrotsearch.hppc.HashContainers.checkLoadFactor:(DDD)V
         1: .line 1055
            dload 1 /* loadFactor */
            dreturn
        end local 1 // double loadFactor
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0    2     1  loadFactor  D
    MethodParameters:
            Name  Flags
      loadFactor  

  protected void rehash(int[], );
    descriptor: ([I[Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int[] fromKeys
        start local 2 // java.lang.Object[] fromValues
         0: .line 1062
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 3
            aload 1 /* fromKeys */
            arraylength
            aload 2 /* fromValues */
            arraylength
            if_icmpne 2
         1: .line 1063
            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 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* keys */
        start local 3 // int[] keys
         4: .line 1067
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 4 /* values */
        start local 4 // java.lang.Object[] values
         5: .line 1068
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 5 /* mask */
        start local 5 // int mask
         6: .line 1072
            aload 1 /* fromKeys */
            arraylength
            iconst_1
            isub
            istore 7 /* from */
        start local 7 // int from
         7: .line 1073
            aload 3 /* keys */
            aload 3 /* keys */
            arraylength
            iconst_1
            isub
            aload 1 /* fromKeys */
            iload 7 /* from */
            iaload
            iastore
         8: .line 1074
            aload 4 /* values */
            aload 4 /* values */
            arraylength
            iconst_1
            isub
            aload 2 /* fromValues */
            iload 7 /* from */
            aaload
            aastore
         9: .line 1075
            goto 18
        10: .line 1076
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int[] java.lang.Object[] int[] java.lang.Object[] int top int
      StackMap stack:
            aload 1 /* fromKeys */
            iload 7 /* from */
            iaload
            dup
            istore 6 /* existing */
        start local 6 // int existing
        11: ifeq 18
        12: .line 1077
            aload 0 /* this */
            iload 6 /* existing */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            iload 5 /* mask */
            iand
            istore 8 /* slot */
        start local 8 // int slot
        13: .line 1078
            goto 15
        14: .line 1079
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int[] java.lang.Object[] int[] java.lang.Object[] int int int int
      StackMap stack:
            iload 8 /* slot */
            iconst_1
            iadd
            iload 5 /* mask */
            iand
            istore 8 /* slot */
        15: .line 1078
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 8 /* slot */
            iaload
            ifne 14
        16: .line 1081
            aload 3 /* keys */
            iload 8 /* slot */
            iload 6 /* existing */
            iastore
        17: .line 1082
            aload 4 /* values */
            iload 8 /* slot */
            aload 2 /* fromValues */
            iload 7 /* from */
            aaload
            aastore
        end local 8 // int slot
        end local 6 // int existing
        18: .line 1075
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int[] java.lang.Object[] int[] java.lang.Object[] int top int
      StackMap stack:
            iinc 7 /* from */ -1
            iload 7 /* from */
            ifge 10
        19: .line 1085
            return
        end local 7 // int from
        end local 5 // int mask
        end local 4 // java.lang.Object[] values
        end local 3 // int[] keys
        end local 2 // java.lang.Object[] fromValues
        end local 1 // int[] fromKeys
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   20     1    fromKeys  [I
            0   20     2  fromValues  [Ljava/lang/Object;
            4   20     3        keys  [I
            5   20     4      values  [Ljava/lang/Object;
            6   20     5        mask  I
           11   18     6    existing  I
            7   20     7        from  I
           13   18     8        slot  I
    Signature: ([I[TVType;)V
    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.IntObjectHashMap this
        start local 1 // int arraySize
         0: .line 1092
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$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 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.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 1098
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 3 /* prevKeys */
        start local 3 // int[] prevKeys
         3: .line 1099
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 4 /* prevValues */
        start local 4 // java.lang.Object[] prevValues
         4: .line 1101
            iconst_1
            istore 5 /* emptyElementSlot */
        start local 5 // int emptyElementSlot
         5: .line 1102
            aload 0 /* this */
            iload 1 /* arraySize */
            iload 5 /* emptyElementSlot */
            iadd
            newarray 10
            putfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
         6: .line 1103
            aload 0 /* this */
            iload 1 /* arraySize */
            iload 5 /* emptyElementSlot */
            iadd
            anewarray java.lang.Object
            putfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
        end local 5 // int emptyElementSlot
         7: .line 1104
            goto 17
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int int int[] java.lang.Object[]
      StackMap stack: java.lang.OutOfMemoryError
         8: astore 5 /* e */
        start local 5 // java.lang.OutOfMemoryError e
         9: .line 1105
            aload 0 /* this */
            aload 3 /* prevKeys */
            putfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
        10: .line 1106
            aload 0 /* this */
            aload 4 /* prevValues */
            putfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
        11: .line 1107
            new com.carrotsearch.hppc.BufferAllocationException
            dup
        12: .line 1108
            ldc "Not enough memory to allocate buffers for rehashing: %,d -> %,d"
        13: .line 1109
            aload 5 /* e */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        14: .line 1110
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
        15: .line 1111
            iload 1 /* arraySize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        16: .line 1107
            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 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* arraySize */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.expandAtCount:(ID)I
            putfield com.carrotsearch.hppc.IntObjectHashMap.resizeAt:I
        18: .line 1115
            aload 0 /* this */
            iload 2 /* newKeyMixer */
            putfield com.carrotsearch.hppc.IntObjectHashMap.keyMixer:I
        19: .line 1116
            aload 0 /* this */
            iload 1 /* arraySize */
            iconst_1
            isub
            putfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
        20: .line 1117
            return
        end local 4 // java.lang.Object[] prevValues
        end local 3 // int[] prevKeys
        end local 2 // int newKeyMixer
        end local 1 // int arraySize
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   21     0              this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   21     1         arraySize  I
            2   21     2       newKeyMixer  I
            3   21     3          prevKeys  [I
            4   21     4        prevValues  [Ljava/lang/Object;
            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, int, );
    descriptor: (IILjava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int slot
        start local 2 // int pendingKey
        start local 3 // java.lang.Object pendingValue
         0: .line 1129
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.resizeAt:I
            if_icmpne 3
         1: .line 1130
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            iload 1 /* slot */
            iaload
            ifne 3
         2: .line 1131
            iload 2 /* pendingKey */
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 4 /* prevKeys */
        start local 4 // int[] prevKeys
         5: .line 1135
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 5 /* prevValues */
        start local 5 // java.lang.Object[] prevValues
         6: .line 1136
            aload 0 /* this */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            iconst_1
            iadd
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.size:()I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.nextBufferSize:(IID)I
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.allocateBuffers:(I)V
         7: .line 1137
            getstatic com.carrotsearch.hppc.IntObjectHashMap.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            arraylength
            aload 4 /* prevKeys */
            arraylength
            if_icmpgt 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 1141
      StackMap locals: int[] java.lang.Object[]
      StackMap stack:
            aload 4 /* prevKeys */
            iload 1 /* slot */
            iload 2 /* pendingKey */
            iastore
         9: .line 1142
            aload 5 /* prevValues */
            iload 1 /* slot */
            aload 3 /* pendingValue */
            aastore
        10: .line 1145
            aload 0 /* this */
            aload 4 /* prevKeys */
            aload 5 /* prevValues */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.rehash:([I[Ljava/lang/Object;)V
        11: .line 1146
            return
        end local 5 // java.lang.Object[] prevValues
        end local 4 // int[] prevKeys
        end local 3 // java.lang.Object pendingValue
        end local 2 // int pendingKey
        end local 1 // int slot
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   12     1          slot  I
            0   12     2    pendingKey  I
            0   12     3  pendingValue  TVType;
            5   12     4      prevKeys  [I
            6   12     5    prevValues  [Ljava/lang/Object;
    Signature: (IITVType;)V
    MethodParameters:
              Name  Flags
      slot          
      pendingKey    
      pendingValue  

  protected void shiftConflictingKeys(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // com.carrotsearch.hppc.IntObjectHashMap this
        start local 1 // int gapSlot
         0: .line 1153
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.keys:[I
            astore 2 /* keys */
        start local 2 // int[] keys
         1: .line 1154
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.values:[Ljava/lang/Object;
            astore 3 /* values */
        start local 3 // java.lang.Object[] values
         2: .line 1155
            aload 0 /* this */
            getfield com.carrotsearch.hppc.IntObjectHashMap.mask:I
            istore 4 /* mask */
        start local 4 // int mask
         3: .line 1158
            iconst_0
            istore 5 /* distance */
        start local 5 // int distance
         4: .line 1160
      StackMap locals: com.carrotsearch.hppc.IntObjectHashMap int int[] java.lang.Object[] 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 1161
            aload 2 /* keys */
            iload 6 /* slot */
            iaload
            istore 7 /* existing */
        start local 7 // int existing
         6: .line 1162
            iload 7 /* existing */
            ifne 8
         7: .line 1163
            goto 16
         8: .line 1166
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* existing */
            invokevirtual com.carrotsearch.hppc.IntObjectHashMap.hashKey:(I)I
            istore 8 /* idealSlot */
        start local 8 // int idealSlot
         9: .line 1167
            iload 6 /* slot */
            iload 8 /* idealSlot */
            isub
            iload 4 /* mask */
            iand
            istore 9 /* shift */
        start local 9 // int shift
        10: .line 1168
            iload 9 /* shift */
            iload 5 /* distance */
            if_icmplt 4
        11: .line 1173
            aload 2 /* keys */
            iload 1 /* gapSlot */
            iload 7 /* existing */
            iastore
        12: .line 1174
            aload 3 /* values */
            iload 1 /* gapSlot */
            aload 3 /* values */
            iload 6 /* slot */
            aaload
            aastore
        13: .line 1175
            iload 6 /* slot */
            istore 1 /* gapSlot */
        14: .line 1176
            iconst_0
            istore 5 /* distance */
        end local 9 // int shift
        end local 8 // int idealSlot
        end local 7 // int existing
        end local 6 // int slot
        15: .line 1159
            goto 4
        16: .line 1181
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 1 /* gapSlot */
            iconst_0
            iastore
        17: .line 1182
            aload 3 /* values */
            iload 1 /* gapSlot */
            aconst_null
            aastore
        18: .line 1183
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.IntObjectHashMap.assigned:I
        19: .line 1184
            return
        end local 5 // int distance
        end local 4 // int mask
        end local 3 // java.lang.Object[] values
        end local 2 // int[] keys
        end local 1 // int gapSlot
        end local 0 // com.carrotsearch.hppc.IntObjectHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/carrotsearch/hppc/IntObjectHashMap<TVType;>;
            0   20     1    gapSlot  I
            1   20     2       keys  [I
            2   20     3     values  [Ljava/lang/Object;
            3   20     4       mask  I
            4   20     5   distance  I
            5   15     6       slot  I
            6   15     7   existing  I
            9   15     8  idealSlot  I
           10   15     9      shift  I
    MethodParameters:
         Name  Flags
      gapSlot  

  public com.carrotsearch.hppc.IntCollection keys();
    descriptor: ()Lcom/carrotsearch/hppc/IntCollection;
    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.IntObjectHashMap.keys:()Lcom/carrotsearch/hppc/IntObjectHashMap$KeysContainer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.carrotsearch.hppc.ObjectContainer values();
    descriptor: ()Lcom/carrotsearch/hppc/ObjectContainer;
    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.IntObjectHashMap.values:()Lcom/carrotsearch/hppc/ObjectCollection;
            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.IntObjectHashMap.clone:()Lcom/carrotsearch/hppc/IntObjectHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
Signature: <VType:Ljava/lang/Object;>Ljava/lang/Object;Lcom/carrotsearch/hppc/IntObjectMap<TVType;>;Lcom/carrotsearch/hppc/Preallocable;Ljava/lang/Cloneable;
SourceFile: "IntObjectHashMap.java"
NestMembers:
  com.carrotsearch.hppc.IntObjectHashMap$EntryIterator  com.carrotsearch.hppc.IntObjectHashMap$KeysContainer  com.carrotsearch.hppc.IntObjectHashMap$KeysContainer$1  com.carrotsearch.hppc.IntObjectHashMap$KeysContainer$2  com.carrotsearch.hppc.IntObjectHashMap$KeysIterator  com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer  com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer$1  com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer$2  com.carrotsearch.hppc.IntObjectHashMap$ValuesIterator
InnerClasses:
  private final EntryIterator = com.carrotsearch.hppc.IntObjectHashMap$EntryIterator of com.carrotsearch.hppc.IntObjectHashMap
  public final KeysContainer = com.carrotsearch.hppc.IntObjectHashMap$KeysContainer of com.carrotsearch.hppc.IntObjectHashMap
  private final KeysIterator = com.carrotsearch.hppc.IntObjectHashMap$KeysIterator of com.carrotsearch.hppc.IntObjectHashMap
  private final ValuesContainer = com.carrotsearch.hppc.IntObjectHashMap$ValuesContainer of com.carrotsearch.hppc.IntObjectHashMap
  private final ValuesIterator = com.carrotsearch.hppc.IntObjectHashMap$ValuesIterator of com.carrotsearch.hppc.IntObjectHashMap