abstract class com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry<K, V, E extends com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, E>> implements com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, E>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry
  super_class: java.lang.Object
{
  final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TK;

  final int hash;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final E next;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
    flags: (0x0010) ACC_FINAL
    Signature: TE;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  void <init>(K, int, );
    descriptor: (Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // com.google.common.collect.MapMakerInternalMap$InternalEntry next
         0: .line 344
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 345
            aload 0 /* this */
            aload 1 /* key */
            putfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.key:Ljava/lang/Object;
         2: .line 346
            aload 0 /* this */
            iload 2 /* hash */
            putfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.hash:I
         3: .line 347
            aload 0 /* this */
            aload 3 /* next */
            putfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.next:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
         4: .line 348
            return
        end local 3 // com.google.common.collect.MapMakerInternalMap$InternalEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;TE;>;
            0    5     1   key  TK;
            0    5     2  hash  I
            0    5     3  next  TE;
    Signature: (TK;ITE;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   
      hash  
      next  

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
         0: .line 352
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.key:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;TE;>;
    Signature: ()TK;

  public int getHash();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
         0: .line 357
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.hash:I
            ireturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;TE;>;

  public E getNext();
    descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
         0: .line 362
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry.next:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry<TK;TV;TE;>;
    Signature: ()TE;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;E::Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;TE;>;>Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;TE;>;
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