final class org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
super_class: java.lang.Object
{
final java.lang.ref.WeakReference<K> keyRef;
descriptor: Ljava/lang/ref/WeakReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/ref/WeakReference<TK;>;
final int hash;
descriptor: I
flags: (0x0010) ACC_FINAL
volatile V value;
descriptor: Ljava/lang/Object;
flags: (0x0040) ACC_VOLATILE
Signature: TV;
final org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V> next;
descriptor: Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
flags: (0x0010) ACC_FINAL
Signature: Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
void <init>(K, int, org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>, V, java.lang.ref.ReferenceQueue<K>);
descriptor: (Ljava/lang/Object;ILorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference
dup
aload 1
iload 2
aload 5
invokespecial org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference.<init>:(Ljava/lang/Object;ILjava/lang/ref/ReferenceQueue;)V
putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
2: aload 0
iload 2
putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
3: aload 0
aload 3
putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
4: aload 0
aload 4
putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
5: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
0 6 1 key TK;
0 6 2 hash I
0 6 3 next Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
0 6 4 value TV;
0 6 5 refQueue Ljava/lang/ref/ReferenceQueue<TK;>;
Signature: (TK;ILorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;TV;Ljava/lang/ref/ReferenceQueue<TK;>;)V
MethodParameters:
Name Flags
key
hash
next
value
refQueue
static final <K, V> org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>[] newArray(int);
descriptor: (I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
anewarray org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 i I
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
MethodParameters:
Name Flags
i
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentWeakHashMap.java"
NestHost: org.jruby.util.collections.ConcurrentWeakHashMap
InnerClasses:
final HashEntry = org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry of org.jruby.util.collections.ConcurrentWeakHashMap
final WeakKeyReference = org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference of org.jruby.util.collections.ConcurrentWeakHashMap