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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry next
         0: .line 480
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* hash */
            aload 3 /* next */
            invokespecial com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
         1: .line 476
            aload 0 /* this */
         2: .line 477
            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: .line 481
            return
        end local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
         0: .line 485
            aload 0 /* this */
            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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
         0: .line 490
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
         1: .line 491
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
        start local 1 // java.lang.Object value
        start local 2 // java.lang.ref.ReferenceQueue queueForValues
         0: .line 494
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            astore 3 /* previous */
        start local 3 // com.google.common.collect.MapMakerInternalMap$WeakValueReference previous
         1: .line 495
            aload 0 /* this */
            new com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl
            dup
            aload 2 /* queueForValues */
            aload 1 /* value */
            aload 0 /* this */
            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: .line 496
            aload 3 /* previous */
            invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
         3: .line 497
            return
        end local 3 // com.google.common.collect.MapMakerInternalMap$WeakValueReference previous
        end local 2 // java.lang.ref.ReferenceQueue queueForValues
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
        start local 1 // java.lang.ref.ReferenceQueue queueForValues
        start local 2 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newNext
         0: .line 501
            new com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
            dup
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.key:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.hash:I
            aload 2 /* newNext */
            invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;)V
            astore 3 /* newEntry */
        start local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newEntry
         1: .line 502
            aload 3 /* newEntry */
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            aload 1 /* queueForValues */
            aload 3 /* newEntry */
            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: .line 503
            aload 3 /* newEntry */
            areturn
        end local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newEntry
        end local 2 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry newNext
        end local 1 // java.lang.ref.ReferenceQueue queueForValues
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
         0: .line 508
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry this
      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