final class com.google.common.collect.HashBiMap$BiEntry<K, V> extends com.google.common.collect.ImmutableEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.HashBiMap$BiEntry
  super_class: com.google.common.collect.ImmutableEntry
{
  final int keyHash;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

  com.google.common.collect.HashBiMap$BiEntry<K, V> nextInKToVBucket;
    descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  com.google.common.collect.HashBiMap$BiEntry<K, V> nextInVToKBucket;
    descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  com.google.common.collect.HashBiMap$BiEntry<K, V> nextInKeyInsertionOrder;
    descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  com.google.common.collect.HashBiMap$BiEntry<K, V> prevInKeyInsertionOrder;
    descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  void <init>(K, int, V, );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.google.common.collect.HashBiMap$BiEntry this
        start local 1 // java.lang.Object key
        start local 2 // int keyHash
        start local 3 // java.lang.Object value
        start local 4 // int valueHash
         0: .line 98
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* value */
            invokespecial com.google.common.collect.ImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 99
            aload 0 /* this */
            iload 2 /* keyHash */
            putfield com.google.common.collect.HashBiMap$BiEntry.keyHash:I
         2: .line 100
            aload 0 /* this */
            iload 4 /* valueHash */
            putfield com.google.common.collect.HashBiMap$BiEntry.valueHash:I
         3: .line 101
            return
        end local 4 // int valueHash
        end local 3 // java.lang.Object value
        end local 2 // int keyHash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.HashBiMap$BiEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
            0    4     1        key  TK;
            0    4     2    keyHash  I
            0    4     3      value  TV;
            0    4     4  valueHash  I
    Signature: (TK;ITV;I)V
    MethodParameters:
           Name  Flags
      key        
      keyHash    
      value      
      valueHash  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableEntry<TK;TV;>;
SourceFile: "HashBiMap.java"
NestHost: com.google.common.collect.HashBiMap
InnerClasses:
  private final BiEntry = com.google.common.collect.HashBiMap$BiEntry of com.google.common.collect.HashBiMap