public class com.carrotsearch.hppc.ObjectIntIdentityHashMap<KType> extends com.carrotsearch.hppc.ObjectIntHashMap<KType>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.carrotsearch.hppc.ObjectIntIdentityHashMap
  super_class: com.carrotsearch.hppc.ObjectIntHashMap
{
  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 16
            ldc Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap;
            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.ObjectIntIdentityHashMap.$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.ObjectIntIdentityHashMap this
         0: .line 23
            aload 0 /* this */
            iconst_4
            invokespecial com.carrotsearch.hppc.ObjectIntIdentityHashMap.<init>:(I)V
         1: .line 24
            return
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;

  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.ObjectIntIdentityHashMap this
        start local 1 // int expectedElements
         0: .line 33
            aload 0 /* this */
            iload 1 /* expectedElements */
            ldc 0.75
            invokespecial com.carrotsearch.hppc.ObjectIntIdentityHashMap.<init>:(ID)V
         1: .line 34
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            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.ObjectIntIdentityHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
         0: .line 47
            aload 0 /* this */
            iload 1 /* expectedElements */
            dload 2 /* loadFactor */
            invokestatic com.carrotsearch.hppc.HashOrderMixing.randomized:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokespecial com.carrotsearch.hppc.ObjectIntIdentityHashMap.<init>:(IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
         1: .line 48
            return
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            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.ObjectIntIdentityHashMap this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
        start local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
         0: .line 63
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.ObjectIntHashMap.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 4 /* orderMixer */
            putfield com.carrotsearch.hppc.ObjectIntIdentityHashMap.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         2: .line 65
            aload 0 /* this */
            aload 0 /* this */
            dload 2 /* loadFactor */
            invokevirtual com.carrotsearch.hppc.ObjectIntIdentityHashMap.verifyLoadFactor:(D)D
            putfield com.carrotsearch.hppc.ObjectIntIdentityHashMap.loadFactor:D
         3: .line 66
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokevirtual com.carrotsearch.hppc.ObjectIntIdentityHashMap.ensureCapacity:(I)V
         4: .line 67
            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.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            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.ObjectIntAssociativeContainer<? extends KType>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectIntAssociativeContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
        start local 1 // com.carrotsearch.hppc.ObjectIntAssociativeContainer container
         0: .line 73
            aload 0 /* this */
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.ObjectIntAssociativeContainer.size:()I
            invokespecial com.carrotsearch.hppc.ObjectIntIdentityHashMap.<init>:(I)V
         1: .line 74
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.ObjectIntIdentityHashMap.putAll:(Lcom/carrotsearch/hppc/ObjectIntAssociativeContainer;)I
            pop
         2: .line 75
            return
        end local 1 // com.carrotsearch.hppc.ObjectIntAssociativeContainer container
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            0    3     1  container  Lcom/carrotsearch/hppc/ObjectIntAssociativeContainer<+TKType;>;
    Signature: (Lcom/carrotsearch/hppc/ObjectIntAssociativeContainer<+TKType;>;)V
    MethodParameters:
           Name  Flags
      container  

  public int hashKey();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
        start local 1 // java.lang.Object key
         0: .line 79
            getstatic com.carrotsearch.hppc.ObjectIntIdentityHashMap.$assertionsDisabled:Z
            ifne 1
            aload 1 /* key */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectIntIdentityHashMap.keyMixer:I
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(II)I
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            0    2     1   key  TKType;
    Signature: (TKType;)I
    MethodParameters:
      Name  Flags
      key   

  public boolean equals(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
        start local 1 // java.lang.Object v1
        start local 2 // java.lang.Object v2
         0: .line 85
            aload 1 /* v1 */
            aload 2 /* v2 */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Object v2
        end local 1 // java.lang.Object v1
        end local 0 // com.carrotsearch.hppc.ObjectIntIdentityHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            0    2     1    v1  Ljava/lang/Object;
            0    2     2    v2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public static <KType> com.carrotsearch.hppc.ObjectIntIdentityHashMap<KType> from(KType[], int[]);
    descriptor: ([Ljava/lang/Object;[I)Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // java.lang.Object[] keys
        start local 1 // int[] values
         0: .line 94
            aload 0 /* keys */
            arraylength
            aload 1 /* values */
            arraylength
            if_icmpeq 2
         1: .line 95
            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 98
      StackMap locals:
      StackMap stack:
            new com.carrotsearch.hppc.ObjectIntIdentityHashMap
            dup
            aload 0 /* keys */
            arraylength
            invokespecial com.carrotsearch.hppc.ObjectIntIdentityHashMap.<init>:(I)V
            astore 2 /* map */
        start local 2 // com.carrotsearch.hppc.ObjectIntIdentityHashMap map
         3: .line 99
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 100
      StackMap locals: com.carrotsearch.hppc.ObjectIntIdentityHashMap int
      StackMap stack:
            aload 2 /* map */
            aload 0 /* keys */
            iload 3 /* i */
            aaload
            aload 1 /* values */
            iload 3 /* i */
            iaload
            invokevirtual com.carrotsearch.hppc.ObjectIntIdentityHashMap.put:(Ljava/lang/Object;I)I
            pop
         6: .line 99
            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 103
            aload 2 /* map */
            areturn
        end local 2 // com.carrotsearch.hppc.ObjectIntIdentityHashMap map
        end local 1 // int[] values
        end local 0 // java.lang.Object[] keys
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    keys  [Ljava/lang/Object;
            0    9     1  values  [I
            3    9     2     map  Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
            4    8     3       i  I
    Signature: <KType:Ljava/lang/Object;>([TKType;[I)Lcom/carrotsearch/hppc/ObjectIntIdentityHashMap<TKType;>;
    MethodParameters:
        Name  Flags
      keys    
      values  
}
Signature: <KType:Ljava/lang/Object;>Lcom/carrotsearch/hppc/ObjectIntHashMap<TKType;>;
SourceFile: "ObjectIntIdentityHashMap.java"