class com.google.common.cache.LocalCache$WeakValueReference<K, V> extends java.lang.ref.WeakReference<V> implements com.google.common.cache.LocalCache$ValueReference<K, V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.cache.LocalCache$WeakValueReference
super_class: java.lang.ref.WeakReference
{
final com.google.common.cache.ReferenceEntry<K, V> entry;
descriptor: Lcom/google/common/cache/ReferenceEntry;
flags: (0x0010) ACC_FINAL
Signature: Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
void <init>(java.lang.ref.ReferenceQueue<V>, V, com.google.common.cache.ReferenceEntry<K, V>);
descriptor: (Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
aload 1
invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
1: aload 0
aload 3
putfield com.google.common.cache.LocalCache$WeakValueReference.entry:Lcom/google/common/cache/ReferenceEntry;
2: return
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/cache/LocalCache$WeakValueReference<TK;TV;>;
0 3 1 queue Ljava/lang/ref/ReferenceQueue<TV;>;
0 3 2 referent TV;
0 3 3 entry Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
Signature: (Ljava/lang/ref/ReferenceQueue<TV;>;TV;Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)V
MethodParameters:
Name Flags
queue
referent
entry
public int getWeight();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
public com.google.common.cache.ReferenceEntry<K, V> getEntry();
descriptor: ()Lcom/google/common/cache/ReferenceEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.cache.LocalCache$WeakValueReference.entry:Lcom/google/common/cache/ReferenceEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
Signature: ()Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
public void notifyNewValue();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
0 1 1 newValue TV;
Signature: (TV;)V
MethodParameters:
Name Flags
newValue
public com.google.common.cache.LocalCache$ValueReference<K, V> copyFor(java.lang.ref.ReferenceQueue<V>, V, com.google.common.cache.ReferenceEntry<K, V>);
descriptor: (Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;)Lcom/google/common/cache/LocalCache$ValueReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.google.common.cache.LocalCache$WeakValueReference
dup
aload 1
aload 2
aload 3
invokespecial com.google.common.cache.LocalCache$WeakValueReference.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
0 1 1 queue Ljava/lang/ref/ReferenceQueue<TV;>;
0 1 2 value TV;
0 1 3 entry Lcom/google/common/cache/ReferenceEntry<TK;TV;>;
Signature: (Ljava/lang/ref/ReferenceQueue<TV;>;TV;Lcom/google/common/cache/ReferenceEntry<TK;TV;>;)Lcom/google/common/cache/LocalCache$ValueReference<TK;TV;>;
MethodParameters:
Name Flags
queue
value
entry
public boolean isLoading();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
public boolean isActive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
public V waitForValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.common.cache.LocalCache$WeakValueReference.get:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/cache/LocalCache$WeakValueReference<TK;TV;>;
Signature: ()TV;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/ref/WeakReference<TV;>;Lcom/google/common/cache/LocalCache$ValueReference<TK;TV;>;
SourceFile: "LocalCache.java"
NestHost: com.google.common.cache.LocalCache
InnerClasses:
abstract ValueReference = com.google.common.cache.LocalCache$ValueReference of com.google.common.cache.LocalCache
WeakValueReference = com.google.common.cache.LocalCache$WeakValueReference of com.google.common.cache.LocalCache