final class com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V> extends com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>> implements com.google.common.collect.MapMakerInternalMap$StrongValueEntry<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry
  super_class: com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry
{
  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>(K, int, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>);
    descriptor: (Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry next
         0: .line 395
            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 392
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.value:Ljava/lang/Object;
         2: .line 396
            return
        end local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
            0    3     1   key  TK;
            0    3     2  hash  I
            0    3     3  next  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
    Signature: (TK;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<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$StrongKeyStrongValueEntry this
         0: .line 400
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<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$StrongKeyStrongValueEntry this
        start local 1 // java.lang.Object value
         0: .line 404
            aload 0 /* this */
            aload 1 /* value */
            putfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.value:Ljava/lang/Object;
         1: .line 405
            return
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
            0    2     1  value  TV;
    Signature: (TV;)V
    MethodParameters:
       Name  Flags
      value  

  com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V> copy(com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
        start local 1 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newNext
         0: .line 409
            new com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry
            dup
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.key:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.hash:I
            aload 1 /* newNext */
            invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;)V
         1: .line 408
            astore 2 /* newEntry */
        start local 2 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newEntry
         2: .line 410
            aload 2 /* newEntry */
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.value:Ljava/lang/Object;
            putfield com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry.value:Ljava/lang/Object;
         3: .line 411
            aload 2 /* newEntry */
            areturn
        end local 2 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newEntry
        end local 1 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry newNext
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
            0    4     1   newNext  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
            2    4     2  newEntry  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;
    MethodParameters:
         Name  Flags
      newNext  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;>;Lcom/google/common/collect/MapMakerInternalMap$StrongValueEntry<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<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 StrongKeyStrongValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry of com.google.common.collect.MapMakerInternalMap
  final Helper = com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry$Helper of com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry
  abstract StrongValueEntry = com.google.common.collect.MapMakerInternalMap$StrongValueEntry of com.google.common.collect.MapMakerInternalMap