class org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference<T> extends java.lang.ref.WeakReference<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference
  super_class: java.lang.ref.WeakReference
{
  private final int hashCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(T, java.lang.ref.ReferenceQueue<? super T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
        start local 1 // java.lang.Object referent
        start local 2 // java.lang.ref.ReferenceQueue q
         0: .line 193
            aload 0 /* this */
            aload 1 /* referent */
            aload 2 /* q */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 194
            aload 0 /* this */
            aload 1 /* referent */
            invokevirtual java.lang.Object.hashCode:()I
            putfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference.hashCode:I
         2: .line 195
            return
        end local 2 // java.lang.ref.ReferenceQueue q
        end local 1 // java.lang.Object referent
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TT;>;
            0    3     1  referent  TT;
            0    3     2         q  Ljava/lang/ref/ReferenceQueue<-TT;>;
    Signature: (TT;Ljava/lang/ref/ReferenceQueue<-TT;>;)V
    MethodParameters:
          Name  Flags
      referent  final
      q         final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
        start local 1 // java.lang.Object obj
         0: .line 199
            aload 1 /* obj */
            ifnull 2
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 2
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpeq 1
            aload 0 /* this */
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference.get:()Ljava/lang/Object;
            aload 1 /* obj */
            checkcast org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference
            invokevirtual org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference.get:()Ljava/lang/Object;
            if_acmpne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TT;>;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
         0: .line 204
            aload 0 /* this */
            getfield org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference.hashCode:I
            ireturn
        end local 0 // org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/collections/ConcurrentWeakIdentityHashMap$WeakReference<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/ref/WeakReference<TT;>;
SourceFile: "ConcurrentWeakIdentityHashMap.java"
NestHost: org.ehcache.core.collections.ConcurrentWeakIdentityHashMap
InnerClasses:
  private WeakReference = org.ehcache.core.collections.ConcurrentWeakIdentityHashMap$WeakReference of org.ehcache.core.collections.ConcurrentWeakIdentityHashMap