final class com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V> extends com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry<K, V, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>> implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry<K, V, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry
super_class: com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry
{
private volatile V value;
descriptor: Ljava/lang/Object;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: TV;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
void <init>(java.lang.ref.ReferenceQueue<K>, K, int, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>);
descriptor: (Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
iload 3
aload 4
invokespecial com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
1: aload 0
aconst_null
putfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
0 3 1 queue Ljava/lang/ref/ReferenceQueue<TK;>;
0 3 2 key TK;
0 3 3 hash I
0 3 4 next Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
Signature: (Ljava/lang/ref/ReferenceQueue<TK;>;TK;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;)V
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
queue
key
hash
next
public V getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
Signature: ()TV;
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
org.checkerframework.checker.nullness.qual.Nullable()
void setValue();
descriptor: (Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
0 2 1 value TV;
Signature: (TV;)V
MethodParameters:
Name Flags
value
com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V> copy(java.lang.ref.ReferenceQueue<K>, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>);
descriptor: (Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;
flags: (0x0000)
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry
dup
aload 1
aload 0
invokevirtual com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.getKey:()Ljava/lang/Object;
aload 0
getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.hash:I
aload 2
invokespecial com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)V
1: astore 3
start local 3 2: aload 3
aload 0
getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
invokevirtual com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.setValue:(Ljava/lang/Object;)V
3: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
0 4 1 queueForKeys Ljava/lang/ref/ReferenceQueue<TK;>;
0 4 2 newNext Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
2 4 3 newEntry Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
Signature: (Ljava/lang/ref/ReferenceQueue<TK;>;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;)Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
MethodParameters:
Name Flags
queueForKeys
newNext
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;>;Lcom/google/common/collect/MapMakerInternalMap$StrongValueEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
abstract AbstractWeakKeyEntry = com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry of com.google.common.collect.MapMakerInternalMap
abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
abstract StrongValueEntry = com.google.common.collect.MapMakerInternalMap$StrongValueEntry of com.google.common.collect.MapMakerInternalMap
final WeakKeyStrongValueEntry = com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry of com.google.common.collect.MapMakerInternalMap
final Helper = com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper of com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry