class com.google.common.cache.LocalCache$SoftValueReference<K, V> extends java.lang.ref.SoftReference<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$SoftValueReference
  super_class: java.lang.ref.SoftReference
{
  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 // com.google.common.cache.LocalCache$SoftValueReference this
        start local 1 // java.lang.ref.ReferenceQueue queue
        start local 2 // java.lang.Object referent
        start local 3 // com.google.common.cache.ReferenceEntry entry
         0: .line 1495
            aload 0 /* this */
            aload 2 /* referent */
            aload 1 /* queue */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 1496
            aload 0 /* this */
            aload 3 /* entry */
            putfield com.google.common.cache.LocalCache$SoftValueReference.entry:Lcom/google/common/cache/ReferenceEntry;
         2: .line 1497
            return
        end local 3 // com.google.common.cache.ReferenceEntry entry
        end local 2 // java.lang.Object referent
        end local 1 // java.lang.ref.ReferenceQueue queue
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/google/common/cache/LocalCache$SoftValueReference<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 // com.google.common.cache.LocalCache$SoftValueReference this
         0: .line 1501
            iconst_1
            ireturn
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$SoftValueReference<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 // com.google.common.cache.LocalCache$SoftValueReference this
         0: .line 1506
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$SoftValueReference.entry:Lcom/google/common/cache/ReferenceEntry;
            areturn
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$SoftValueReference<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 // com.google.common.cache.LocalCache$SoftValueReference this
        start local 1 // java.lang.Object newValue
         0: .line 1510
            return
        end local 1 // java.lang.Object newValue
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/cache/LocalCache$SoftValueReference<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 // com.google.common.cache.LocalCache$SoftValueReference this
        start local 1 // java.lang.ref.ReferenceQueue queue
        start local 2 // java.lang.Object value
        start local 3 // com.google.common.cache.ReferenceEntry entry
         0: .line 1515
            new com.google.common.cache.LocalCache$SoftValueReference
            dup
            aload 1 /* queue */
            aload 2 /* value */
            aload 3 /* entry */
            invokespecial com.google.common.cache.LocalCache$SoftValueReference.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;)V
            areturn
        end local 3 // com.google.common.cache.ReferenceEntry entry
        end local 2 // java.lang.Object value
        end local 1 // java.lang.ref.ReferenceQueue queue
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/cache/LocalCache$SoftValueReference<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 // com.google.common.cache.LocalCache$SoftValueReference this
         0: .line 1520
            iconst_0
            ireturn
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$SoftValueReference<TK;TV;>;

  public boolean isActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.cache.LocalCache$SoftValueReference this
         0: .line 1525
            iconst_1
            ireturn
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$SoftValueReference<TK;TV;>;

  public V waitForValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.cache.LocalCache$SoftValueReference this
         0: .line 1530
            aload 0 /* this */
            invokevirtual com.google.common.cache.LocalCache$SoftValueReference.get:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.cache.LocalCache$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$SoftValueReference<TK;TV;>;
    Signature: ()TV;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/ref/SoftReference<TV;>;Lcom/google/common/cache/LocalCache$ValueReference<TK;TV;>;
SourceFile: "LocalCache.java"
NestHost: com.google.common.cache.LocalCache
InnerClasses:
  SoftValueReference = com.google.common.cache.LocalCache$SoftValueReference of com.google.common.cache.LocalCache
  abstract ValueReference = com.google.common.cache.LocalCache$ValueReference of com.google.common.cache.LocalCache