public class org.jruby.util.collections.WeakValuedMap$KeyedReference<Key, Value> extends java.lang.ref.WeakReference<Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.collections.WeakValuedMap$KeyedReference
  super_class: java.lang.ref.WeakReference
{
  protected final Key key;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TKey;

  public void <init>(Value, Key, java.lang.ref.ReferenceQueue<? super Value>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.util.collections.WeakValuedMap$KeyedReference this
        start local 1 // java.lang.Object object
        start local 2 // java.lang.Object key
        start local 3 // java.lang.ref.ReferenceQueue queue
         0: .line 175
            aload 0 /* this */
            aload 1 /* object */
            aload 3 /* queue */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 176
            aload 0 /* this */
            aload 2 /* key */
            putfield org.jruby.util.collections.WeakValuedMap$KeyedReference.key:Ljava/lang/Object;
         2: .line 177
            return
        end local 3 // java.lang.ref.ReferenceQueue queue
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object object
        end local 0 // org.jruby.util.collections.WeakValuedMap$KeyedReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/util/collections/WeakValuedMap$KeyedReference<TKey;TValue;>;
            0    3     1  object  TValue;
            0    3     2     key  TKey;
            0    3     3   queue  Ljava/lang/ref/ReferenceQueue<-TValue;>;
    Signature: (TValue;TKey;Ljava/lang/ref/ReferenceQueue<-TValue;>;)V
    MethodParameters:
        Name  Flags
      object  
      key     
      queue   
}
Signature: <Key:Ljava/lang/Object;Value:Ljava/lang/Object;>Ljava/lang/ref/WeakReference<TValue;>;
SourceFile: "WeakValuedMap.java"
NestHost: org.jruby.util.collections.WeakValuedMap
InnerClasses:
  protected KeyedReference = org.jruby.util.collections.WeakValuedMap$KeyedReference of org.jruby.util.collections.WeakValuedMap