final class com.google.common.collect.SingletonImmutableBiMap<K, V> extends com.google.common.collect.ImmutableBiMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.SingletonImmutableBiMap
  super_class: com.google.common.collect.ImmutableBiMap
{
  final transient K singleKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT
    Signature: TK;

  final transient V singleValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT
    Signature: TV;

  private final transient com.google.common.collect.ImmutableBiMap<V, K> inverse;
    descriptor: Lcom/google/common/collect/ImmutableBiMap;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  private transient com.google.common.collect.ImmutableBiMap<V, K> lazyInverse;
    descriptor: Lcom/google/common/collect/ImmutableBiMap;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;
    RuntimeVisibleAnnotations: 
      com.google.errorprone.annotations.concurrent.LazyInit()
    RuntimeInvisibleAnnotations: 
      com.google.j2objc.annotations.RetainedWith()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  void <init>(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.lang.Object singleKey
        start local 2 // java.lang.Object singleValue
         0: .line 41
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableBiMap.<init>:()V
         1: .line 42
            aload 1 /* singleKey */
            aload 2 /* singleValue */
            invokestatic com.google.common.collect.CollectPreconditions.checkEntryNotNull:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 43
            aload 0 /* this */
            aload 1 /* singleKey */
            putfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
         3: .line 44
            aload 0 /* this */
            aload 2 /* singleValue */
            putfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
         4: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.SingletonImmutableBiMap.inverse:Lcom/google/common/collect/ImmutableBiMap;
         5: .line 46
            return
        end local 2 // java.lang.Object singleValue
        end local 1 // java.lang.Object singleKey
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    6     1    singleKey  TK;
            0    6     2  singleValue  TV;
    Signature: (TK;TV;)V
    MethodParameters:
             Name  Flags
      singleKey    
      singleValue  

  private void <init>(K, V, com.google.common.collect.ImmutableBiMap<V, K>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/google/common/collect/ImmutableBiMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.lang.Object singleKey
        start local 2 // java.lang.Object singleValue
        start local 3 // com.google.common.collect.ImmutableBiMap inverse
         0: .line 48
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableBiMap.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* singleKey */
            putfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
         2: .line 50
            aload 0 /* this */
            aload 2 /* singleValue */
            putfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
         3: .line 51
            aload 0 /* this */
            aload 3 /* inverse */
            putfield com.google.common.collect.SingletonImmutableBiMap.inverse:Lcom/google/common/collect/ImmutableBiMap;
         4: .line 52
            return
        end local 3 // com.google.common.collect.ImmutableBiMap inverse
        end local 2 // java.lang.Object singleValue
        end local 1 // java.lang.Object singleKey
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    5     1    singleKey  TK;
            0    5     2  singleValue  TV;
            0    5     3      inverse  Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;
    Signature: (TK;TV;Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;)V
    MethodParameters:
             Name  Flags
      singleKey    
      singleValue  
      inverse      

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.lang.Object key
         0: .line 56
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    3     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
         0: .line 61
            iconst_1
            ireturn
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;

  public void forEach(java.util.function.BiConsumer<? super K, ? super V>);
    descriptor: (Ljava/util/function/BiConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.util.function.BiConsumer action
         0: .line 66
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.function.BiConsumer
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 67
            return
        end local 1 // java.util.function.BiConsumer action
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    2     1  action  Ljava/util/function/BiConsumer<-TK;-TV;>;
    Signature: (Ljava/util/function/BiConsumer<-TK;-TV;>;)V
    MethodParameters:
        Name  Flags
      action  

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.lang.Object key
         0: .line 71
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
        start local 1 // java.lang.Object value
         0: .line 76
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
            aload 1 /* value */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            0    1     1  value  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      value  

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
         0: .line 81
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;

  com.google.common.collect.ImmutableSet<java.util.Map$Entry<K, V>> createEntrySet();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
         0: .line 86
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
            invokestatic com.google.common.collect.Maps.immutableEntry:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
    Signature: ()Lcom/google/common/collect/ImmutableSet<Ljava/util/Map$Entry<TK;TV;>;>;

  com.google.common.collect.ImmutableSet<K> createKeySet();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
         0: .line 91
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
    Signature: ()Lcom/google/common/collect/ImmutableSet<TK;>;

  public com.google.common.collect.ImmutableBiMap<V, K> inverse();
    descriptor: ()Lcom/google/common/collect/ImmutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.google.common.collect.SingletonImmutableBiMap this
         0: .line 99
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.inverse:Lcom/google/common/collect/ImmutableBiMap;
            ifnull 2
         1: .line 100
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.inverse:Lcom/google/common/collect/ImmutableBiMap;
            areturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.lazyInverse:Lcom/google/common/collect/ImmutableBiMap;
            astore 1 /* result */
        start local 1 // com.google.common.collect.ImmutableBiMap result
         3: .line 104
            aload 1 /* result */
            ifnonnull 5
         4: .line 105
            aload 0 /* this */
            new com.google.common.collect.SingletonImmutableBiMap
            dup
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleValue:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.SingletonImmutableBiMap.singleKey:Ljava/lang/Object;
            aload 0 /* this */
            invokespecial com.google.common.collect.SingletonImmutableBiMap.<init>:(Ljava/lang/Object;Ljava/lang/Object;Lcom/google/common/collect/ImmutableBiMap;)V
            dup_x1
            putfield com.google.common.collect.SingletonImmutableBiMap.lazyInverse:Lcom/google/common/collect/ImmutableBiMap;
            areturn
         5: .line 107
      StackMap locals: com.google.common.collect.ImmutableBiMap
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // com.google.common.collect.ImmutableBiMap result
        end local 0 // com.google.common.collect.SingletonImmutableBiMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/collect/SingletonImmutableBiMap<TK;TV;>;
            3    6     1  result  Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;
    Signature: ()Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;

  public com.google.common.collect.BiMap inverse();
    descriptor: ()Lcom/google/common/collect/BiMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.SingletonImmutableBiMap.inverse:()Lcom/google/common/collect/ImmutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableBiMap<TK;TV;>;
SourceFile: "SingletonImmutableBiMap.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(serializable = true, emulated = true)