final class com.google.common.cache.LocalCache$WeightedSoftValueReference<K, V> extends com.google.common.cache.LocalCache$SoftValueReference<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.cache.LocalCache$WeightedSoftValueReference
  super_class: com.google.common.cache.LocalCache$SoftValueReference
{
  final int weight;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  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;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.google.common.cache.LocalCache$WeightedSoftValueReference 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
        start local 4 // int weight
         0: .line 1610
            aload 0 /* this */
            aload 1 /* queue */
            aload 2 /* referent */
            aload 3 /* entry */
            invokespecial com.google.common.cache.LocalCache$SoftValueReference.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;)V
         1: .line 1611
            aload 0 /* this */
            iload 4 /* weight */
            putfield com.google.common.cache.LocalCache$WeightedSoftValueReference.weight:I
         2: .line 1612
            return
        end local 4 // int weight
        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$WeightedSoftValueReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/google/common/cache/LocalCache$WeightedSoftValueReference<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;>;
            0    3     4    weight  I
    Signature: (Ljava/lang/ref/ReferenceQueue<TV;>;TV;Lcom/google/common/cache/ReferenceEntry<TK;TV;>;I)V
    MethodParameters:
          Name  Flags
      queue     
      referent  
      entry     
      weight    

  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$WeightedSoftValueReference this
         0: .line 1616
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$WeightedSoftValueReference.weight:I
            ireturn
        end local 0 // com.google.common.cache.LocalCache$WeightedSoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WeightedSoftValueReference<TK;TV;>;

  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=6, locals=4, args_size=4
        start local 0 // com.google.common.cache.LocalCache$WeightedSoftValueReference 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 1622
            new com.google.common.cache.LocalCache$WeightedSoftValueReference
            dup
            aload 1 /* queue */
            aload 2 /* value */
            aload 3 /* entry */
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$WeightedSoftValueReference.weight:I
            invokespecial com.google.common.cache.LocalCache$WeightedSoftValueReference.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/cache/ReferenceEntry;I)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$WeightedSoftValueReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/cache/LocalCache$WeightedSoftValueReference<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  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/cache/LocalCache$SoftValueReference<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
  final WeightedSoftValueReference = com.google.common.cache.LocalCache$WeightedSoftValueReference of com.google.common.cache.LocalCache