class com.google.common.collect.HashBiMap$Inverse$1$InverseEntry extends com.google.common.collect.AbstractMapEntry<V, K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.HashBiMap$Inverse$1$InverseEntry
  super_class: com.google.common.collect.AbstractMapEntry
{
  com.google.common.collect.HashBiMap$BiEntry<K, V> delegate;
    descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;

  final com.google.common.collect.HashBiMap$Inverse$1 this$2;
    descriptor: Lcom/google/common/collect/HashBiMap$Inverse$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.HashBiMap$BiEntry<K, V>);
    descriptor: (Lcom/google/common/collect/HashBiMap$Inverse$1;Lcom/google/common/collect/HashBiMap$BiEntry;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
        start local 2 // com.google.common.collect.HashBiMap$BiEntry entry
         0: .line 667
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractMapEntry.<init>:()V
         1: .line 668
            aload 0 /* this */
            aload 2 /* entry */
            putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
         2: .line 669
            return
        end local 2 // com.google.common.collect.HashBiMap$BiEntry entry
        end local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
            0    3     2  entry  Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    Signature: (Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      entry   

  public V getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
         0: .line 673
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
    Signature: ()TV;

  public K getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
         0: .line 678
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.key:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
    Signature: ()TK;

  public K setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
        start local 1 // java.lang.Object key
         0: .line 683
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.key:Ljava/lang/Object;
            astore 2 /* oldKey */
        start local 2 // java.lang.Object oldKey
         1: .line 684
            aload 1 /* key */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            istore 3 /* keyHash */
        start local 3 // int keyHash
         2: .line 685
            iload 3 /* keyHash */
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.keyHash:I
            if_icmpne 4
            aload 1 /* key */
            aload 2 /* oldKey */
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 686
            aload 1 /* key */
            areturn
         4: .line 688
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$1;)Lcom/google/common/collect/HashBiMap$Inverse;
            invokestatic com.google.common.collect.HashBiMap$Inverse.access$1:(Lcom/google/common/collect/HashBiMap$Inverse;)Lcom/google/common/collect/HashBiMap;
            aload 1 /* key */
            iload 3 /* keyHash */
            invokevirtual com.google.common.collect.HashBiMap.seekByKey:(Ljava/lang/Object;I)Lcom/google/common/collect/HashBiMap$BiEntry;
            ifnonnull 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: ldc "value already present: %s"
            aload 1 /* key */
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;)V
         7: .line 689
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$1;)Lcom/google/common/collect/HashBiMap$Inverse;
            invokestatic com.google.common.collect.HashBiMap$Inverse.access$1:(Lcom/google/common/collect/HashBiMap$Inverse;)Lcom/google/common/collect/HashBiMap;
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            invokevirtual com.google.common.collect.HashBiMap.delete:(Lcom/google/common/collect/HashBiMap$BiEntry;)V
         8: .line 691
            new com.google.common.collect.HashBiMap$BiEntry
            dup
            aload 1 /* key */
            iload 3 /* keyHash */
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.value:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
            getfield com.google.common.collect.HashBiMap$BiEntry.valueHash:I
            invokespecial com.google.common.collect.HashBiMap$BiEntry.<init>:(Ljava/lang/Object;ILjava/lang/Object;I)V
         9: .line 690
            astore 4 /* newEntry */
        start local 4 // com.google.common.collect.HashBiMap$BiEntry newEntry
        10: .line 692
            aload 0 /* this */
            aload 4 /* newEntry */
            putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
        11: .line 693
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$1;)Lcom/google/common/collect/HashBiMap$Inverse;
            invokestatic com.google.common.collect.HashBiMap$Inverse.access$1:(Lcom/google/common/collect/HashBiMap$Inverse;)Lcom/google/common/collect/HashBiMap;
            aload 4 /* newEntry */
            aconst_null
            invokevirtual com.google.common.collect.HashBiMap.insert:(Lcom/google/common/collect/HashBiMap$BiEntry;Lcom/google/common/collect/HashBiMap$BiEntry;)V
        12: .line 694
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            aload 0 /* this */
            getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
            invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$1;)Lcom/google/common/collect/HashBiMap$Inverse;
            invokestatic com.google.common.collect.HashBiMap$Inverse.access$1:(Lcom/google/common/collect/HashBiMap$Inverse;)Lcom/google/common/collect/HashBiMap;
            getfield com.google.common.collect.HashBiMap.modCount:I
            putfield com.google.common.collect.HashBiMap$Inverse$1.expectedModCount:I
        13: .line 695
            aload 2 /* oldKey */
            areturn
        end local 4 // com.google.common.collect.HashBiMap$BiEntry newEntry
        end local 3 // int keyHash
        end local 2 // java.lang.Object oldKey
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.HashBiMap$Inverse$1$InverseEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
            0   14     1       key  TK;
            1   14     2    oldKey  TK;
            2   14     3   keyHash  I
           10   14     4  newEntry  Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
    Signature: (TK;)TK;
    MethodParameters:
      Name  Flags
      key   
}
Signature: Lcom/google/common/collect/AbstractMapEntry<TV;TK;>;
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
  private final Inverse = com.google.common.collect.HashBiMap$Inverse of com.google.common.collect.HashBiMap
  com.google.common.collect.HashBiMap$Inverse$1
  InverseEntry = com.google.common.collect.HashBiMap$Inverse$1$InverseEntry of com.google.common.collect.HashBiMap$Inverse$1