final class com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V> extends com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry<K, V, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>> implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry<K, V, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry
  super_class: com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry
{
  private volatile V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: TV;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  void <init>(java.lang.ref.ReferenceQueue<K>, K, int, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>);
    descriptor: (Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
        start local 1 // java.lang.ref.ReferenceQueue queue
        start local 2 // java.lang.Object key
        start local 3 // int hash
        start local 4 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry next
         0: .line 760
            aload 0 /* this */
            aload 1 /* queue */
            aload 2 /* key */
            iload 3 /* hash */
            aload 4 /* next */
            invokespecial com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
         1: .line 756
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
         2: .line 761
            return
        end local 4 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry next
        end local 3 // int hash
        end local 2 // java.lang.Object key
        end local 1 // java.lang.ref.ReferenceQueue queue
        end local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
            0    3     1  queue  Ljava/lang/ref/ReferenceQueue<TK;>;
            0    3     2    key  TK;
            0    3     3   hash  I
            0    3     4   next  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
    Signature: (Ljava/lang/ref/ReferenceQueue<TK;>;TK;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      queue  
      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$WeakKeyStrongValueEntry this
         0: .line 765
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
    Signature: ()TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()

  void setValue();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
        start local 1 // java.lang.Object value
         0: .line 769
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
         1: .line 770
            return
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
            0    2     1  value  TV;
    Signature: (TV;)V
    MethodParameters:
       Name  Flags
      value  

  com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V> copy(java.lang.ref.ReferenceQueue<K>, com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry<K, V>);
    descriptor: (Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
        start local 1 // java.lang.ref.ReferenceQueue queueForKeys
        start local 2 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newNext
         0: .line 775
            new com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry
            dup
            aload 1 /* queueForKeys */
            aload 0 /* this */
            invokevirtual com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.getKey:()Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.hash:I
            aload 2 /* newNext */
            invokespecial com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry;)V
         1: .line 774
            astore 3 /* newEntry */
        start local 3 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newEntry
         2: .line 776
            aload 3 /* newEntry */
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.value:Ljava/lang/Object;
            invokevirtual com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry.setValue:(Ljava/lang/Object;)V
         3: .line 777
            aload 3 /* newEntry */
            areturn
        end local 3 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newEntry
        end local 2 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry newNext
        end local 1 // java.lang.ref.ReferenceQueue queueForKeys
        end local 0 // com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
            0    4     1  queueForKeys  Ljava/lang/ref/ReferenceQueue<TK;>;
            0    4     2       newNext  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
            2    4     3      newEntry  Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
    Signature: (Ljava/lang/ref/ReferenceQueue<TK;>;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;)Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;
    MethodParameters:
              Name  Flags
      queueForKeys  
      newNext       
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;>;Lcom/google/common/collect/MapMakerInternalMap$StrongValueEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry<TK;TV;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
  abstract AbstractWeakKeyEntry = com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry of com.google.common.collect.MapMakerInternalMap
  abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
  abstract StrongValueEntry = com.google.common.collect.MapMakerInternalMap$StrongValueEntry of com.google.common.collect.MapMakerInternalMap
  final WeakKeyStrongValueEntry = com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry of com.google.common.collect.MapMakerInternalMap
  final Helper = com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper of com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry