public class org.apache.commons.collections4.map.ReferenceIdentityMap<K, V> extends org.apache.commons.collections4.map.AbstractReferenceMap<K, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections4.map.ReferenceIdentityMap
  super_class: org.apache.commons.collections4.map.AbstractReferenceMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1266190134568365852

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
         0: .line 89
            aload 0 /* this */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.SOFT:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            bipush 16
         1: .line 90
            ldc 0.75
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         2: .line 91
            return
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
         0: .line 107
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            bipush 16
            ldc 0.75
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 108
            return
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    2     1    keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2  valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)V
    MethodParameters:
           Name  Flags
      keyType    final
      valueType  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // boolean purgeValues
         0: .line 127
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            bipush 16
            ldc 0.75
            iload 3 /* purgeValues */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 128
            return
        end local 3 // boolean purgeValues
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    2     1      keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2    valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3  purgeValues  Z
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Z)V
    MethodParameters:
             Name  Flags
      keyType      final
      valueType    final
      purgeValues  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, int, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // int capacity
        start local 4 // float loadFactor
         0: .line 147
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 148
            return
        end local 4 // float loadFactor
        end local 3 // int capacity
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    2     1     keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2   valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3    capacity  I
            0    2     4  loadFactor  F
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IF)V
    MethodParameters:
            Name  Flags
      keyType     final
      valueType   final
      capacity    final
      loadFactor  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, int, float, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // int capacity
        start local 4 // float loadFactor
        start local 5 // boolean purgeValues
         0: .line 169
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            iload 5 /* purgeValues */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 170
            return
        end local 5 // boolean purgeValues
        end local 4 // float loadFactor
        end local 3 // int capacity
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    2     1      keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2    valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3     capacity  I
            0    2     4   loadFactor  F
            0    2     5  purgeValues  Z
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
    MethodParameters:
             Name  Flags
      keyType      final
      valueType    final
      capacity     final
      loadFactor   final
      purgeValues  final

  protected int hash(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.lang.Object key
         0: .line 183
            aload 1 /* key */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   final

  protected int hashEntry(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 197
            aload 1 /* key */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
         1: .line 198
            aload 2 /* value */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
         2: .line 197
            ixor
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    3     1    key  Ljava/lang/Object;
            0    3     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  protected boolean isEqualKey(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.lang.Object key1
        start local 2 // java.lang.Object key2
         0: .line 213
            aload 0 /* this */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            invokevirtual org.apache.commons.collections4.map.ReferenceIdentityMap.isKeyType:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)Z
            ifeq 1
            aload 2 /* key2 */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* key2 */
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: astore 2 /* key2 */
         3: .line 214
            aload 1 /* key1 */
            aload 2 /* key2 */
            if_acmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // java.lang.Object key2
        end local 1 // java.lang.Object key1
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    5     1  key1  Ljava/lang/Object;
            0    5     2  key2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key1  final
      key2  

  protected boolean isEqualValue(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.lang.Object value1
        start local 2 // java.lang.Object value2
         0: .line 228
            aload 1 /* value1 */
            aload 2 /* value2 */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Object value2
        end local 1 // java.lang.Object value1
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    2     1  value1  Ljava/lang/Object;
            0    2     2  value2  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      value1  final
      value2  final

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 239
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 240
            aload 0 /* this */
            aload 1 /* out */
            invokevirtual org.apache.commons.collections4.map.ReferenceIdentityMap.doWriteObject:(Ljava/io/ObjectOutputStream;)V
         2: .line 241
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    3     1   out  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   final

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
        start local 1 // java.io.ObjectInputStream in
         0: .line 251
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 252
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual org.apache.commons.collections4.map.ReferenceIdentityMap.doReadObject:(Ljava/io/ObjectInputStream;)V
         2: .line 253
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.apache.commons.collections4.map.ReferenceIdentityMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceIdentityMap<TK;TV;>;
            0    3     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    final
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ReferenceIdentityMap.java"
InnerClasses:
  public final ReferenceStrength = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength of org.apache.commons.collections4.map.AbstractReferenceMap