final class com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V> extends com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> implements com.google.common.collect.MapMakerInternalMap$WeakValueEntry<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
super_class: com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry
{
private volatile com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> valueReference;
descriptor: Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
void <init>(K, int, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>);
descriptor: (Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
aload 3
invokespecial com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
1: aload 0
2: invokestatic com.google.common.collect.MapMakerInternalMap.unsetWeakValueReference:()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
3: return
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$StrongKeyWeakValueEntry<TK;TV;>;
0 4 1 key TK;
0 4 2 hash I
0 4 3 next Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
Signature: (TK;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;)V
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
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$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.get:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
Signature: ()TV;
public void clearValue();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
void setValue(V, java.lang.ref.ReferenceQueue<V>);
descriptor: (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
flags: (0x0000)
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
astore 3
start local 3 1: aload 0
new com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl
dup
aload 2
aload 1
aload 0
invokespecial com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
2: aload 3
invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
3: return
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$StrongKeyWeakValueEntry<TK;TV;>;
0 4 1 value TV;
0 4 2 queueForValues Ljava/lang/ref/ReferenceQueue<TV;>;
1 4 3 previous Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
Signature: (TV;Ljava/lang/ref/ReferenceQueue<TV;>;)V
MethodParameters:
Name Flags
value
queueForValues
com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V> copy(java.lang.ref.ReferenceQueue<V>, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>);
descriptor: (Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
flags: (0x0000)
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
dup
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.key:Ljava/lang/Object;
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.hash:I
aload 2
invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;)V
astore 3
start local 3 1: aload 3
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
aload 1
aload 3
invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.copyFor:(Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
2: aload 3
areturn
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$StrongKeyWeakValueEntry<TK;TV;>;
0 3 1 queueForValues Ljava/lang/ref/ReferenceQueue<TV;>;
0 3 2 newNext Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
1 3 3 newEntry Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
Signature: (Ljava/lang/ref/ReferenceQueue<TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
MethodParameters:
Name Flags
queueForValues
newNext
public com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> getValueReference();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
Signature: ()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;Lcom/google/common/collect/MapMakerInternalMap$WeakValueEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
abstract AbstractStrongKeyEntry = com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry of com.google.common.collect.MapMakerInternalMap
abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
final StrongKeyWeakValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry of com.google.common.collect.MapMakerInternalMap
final Helper = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry$Helper of com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
abstract WeakValueEntry = com.google.common.collect.MapMakerInternalMap$WeakValueEntry of com.google.common.collect.MapMakerInternalMap
abstract WeakValueReference = com.google.common.collect.MapMakerInternalMap$WeakValueReference of com.google.common.collect.MapMakerInternalMap
final WeakValueReferenceImpl = com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl of com.google.common.collect.MapMakerInternalMap