final class org.apache.commons.lang.builder.IDKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.lang.builder.IDKey
  super_class: java.lang.Object
{
  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int id;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.builder.IDKey this
        start local 1 // java.lang.Object _value
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* _value */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            putfield org.apache.commons.lang.builder.IDKey.id:I
         2: .line 46
            aload 0 /* this */
            aload 1 /* _value */
            putfield org.apache.commons.lang.builder.IDKey.value:Ljava/lang/Object;
         3: .line 47
            return
        end local 1 // java.lang.Object _value
        end local 0 // org.apache.commons.lang.builder.IDKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/lang/builder/IDKey;
            0    4     1  _value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      _value  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.builder.IDKey this
         0: .line 54
            aload 0 /* this */
            getfield org.apache.commons.lang.builder.IDKey.id:I
            ireturn
        end local 0 // org.apache.commons.lang.builder.IDKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/builder/IDKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.lang.builder.IDKey this
        start local 1 // java.lang.Object other
         0: .line 63
            aload 1 /* other */
            instanceof org.apache.commons.lang.builder.IDKey
            ifne 2
         1: .line 64
            iconst_0
            ireturn
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.apache.commons.lang.builder.IDKey
            astore 2 /* idKey */
        start local 2 // org.apache.commons.lang.builder.IDKey idKey
         3: .line 67
            aload 0 /* this */
            getfield org.apache.commons.lang.builder.IDKey.id:I
            aload 2 /* idKey */
            getfield org.apache.commons.lang.builder.IDKey.id:I
            if_icmpeq 5
         4: .line 68
            iconst_0
            ireturn
         5: .line 71
      StackMap locals: org.apache.commons.lang.builder.IDKey
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.builder.IDKey.value:Ljava/lang/Object;
            aload 2 /* idKey */
            getfield org.apache.commons.lang.builder.IDKey.value:Ljava/lang/Object;
            if_acmpne 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.apache.commons.lang.builder.IDKey idKey
        end local 1 // java.lang.Object other
        end local 0 // org.apache.commons.lang.builder.IDKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/commons/lang/builder/IDKey;
            0    7     1  other  Ljava/lang/Object;
            3    7     2  idKey  Lorg/apache/commons/lang/builder/IDKey;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "IDKey.java"