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

  void <init>(V, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.cache.LocalCache$WeightedStrongValueReference this
        start local 1 // java.lang.Object referent
        start local 2 // int weight
         0: .line 1631
            aload 0 /* this */
            aload 1 /* referent */
            invokespecial com.google.common.cache.LocalCache$StrongValueReference.<init>:(Ljava/lang/Object;)V
         1: .line 1632
            aload 0 /* this */
            iload 2 /* weight */
            putfield com.google.common.cache.LocalCache$WeightedStrongValueReference.weight:I
         2: .line 1633
            return
        end local 2 // int weight
        end local 1 // java.lang.Object referent
        end local 0 // com.google.common.cache.LocalCache$WeightedStrongValueReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/google/common/cache/LocalCache$WeightedStrongValueReference<TK;TV;>;
            0    3     1  referent  TV;
            0    3     2    weight  I
    Signature: (TV;I)V
    MethodParameters:
          Name  Flags
      referent  
      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$WeightedStrongValueReference this
         0: .line 1637
            aload 0 /* this */
            getfield com.google.common.cache.LocalCache$WeightedStrongValueReference.weight:I
            ireturn
        end local 0 // com.google.common.cache.LocalCache$WeightedStrongValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/LocalCache$WeightedStrongValueReference<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/cache/LocalCache$StrongValueReference<TK;TV;>;
SourceFile: "LocalCache.java"
NestHost: com.google.common.cache.LocalCache
InnerClasses:
  StrongValueReference = com.google.common.cache.LocalCache$StrongValueReference of com.google.common.cache.LocalCache
  final WeightedStrongValueReference = com.google.common.cache.LocalCache$WeightedStrongValueReference of com.google.common.cache.LocalCache