final class com.google.common.collect.RegularImmutableBiMap$Inverse extends com.google.common.collect.ImmutableBiMap<V, K>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.RegularImmutableBiMap$Inverse
super_class: com.google.common.collect.ImmutableBiMap
{
final com.google.common.collect.RegularImmutableBiMap this$0;
descriptor: Lcom/google/common/collect/RegularImmutableBiMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.google.common.collect.RegularImmutableBiMap);
descriptor: (Lcom/google/common/collect/RegularImmutableBiMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
aload 0
invokespecial com.google.common.collect.ImmutableBiMap.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
MethodParameters:
Name Flags
this$0 final
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.common.collect.RegularImmutableBiMap$Inverse.inverse:()Lcom/google/common/collect/ImmutableBiMap;
invokevirtual com.google.common.collect.ImmutableBiMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
public com.google.common.collect.ImmutableBiMap<K, V> inverse();
descriptor: ()Lcom/google/common/collect/ImmutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
Signature: ()Lcom/google/common/collect/ImmutableBiMap<TK;TV;>;
public void forEach(java.util.function.BiConsumer<? super V, ? super K>);
descriptor: (Ljava/util/function/BiConsumer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
aload 1
invokedynamic accept(Ljava/util/function/BiConsumer;)Ljava/util/function/BiConsumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;Ljava/lang/Object;)V
com/google/common/collect/RegularImmutableBiMap$Inverse.lambda$0(Ljava/util/function/BiConsumer;Ljava/lang/Object;Ljava/lang/Object;)V (6)
(Ljava/lang/Object;Ljava/lang/Object;)V
invokevirtual com.google.common.collect.RegularImmutableBiMap.forEach:(Ljava/util/function/BiConsumer;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
0 3 1 action Ljava/util/function/BiConsumer<-TV;-TK;>;
Signature: (Ljava/util/function/BiConsumer<-TV;-TK;>;)V
MethodParameters:
Name Flags
action
public K get();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
getfield com.google.common.collect.RegularImmutableBiMap.valueTable:[Lcom/google/common/collect/ImmutableMapEntry;
ifnonnull 2
1: StackMap locals:
StackMap stack:
aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.lang.Object.hashCode:()I
invokestatic com.google.common.collect.Hashing.smear:(I)I
aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
getfield com.google.common.collect.RegularImmutableBiMap.mask:I
iand
istore 2
start local 2 3: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
getfield com.google.common.collect.RegularImmutableBiMap.valueTable:[Lcom/google/common/collect/ImmutableMapEntry;
iload 2
aaload
astore 3
start local 3 4: goto 8
5: StackMap locals: int com.google.common.collect.ImmutableMapEntry
StackMap stack:
aload 1
aload 3
invokevirtual com.google.common.collect.ImmutableMapEntry.getValue:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 7
6: aload 3
invokevirtual com.google.common.collect.ImmutableMapEntry.getKey:()Ljava/lang/Object;
areturn
7: StackMap locals:
StackMap stack:
aload 3
invokevirtual com.google.common.collect.ImmutableMapEntry.getNextInValueBucket:()Lcom/google/common/collect/ImmutableMapEntry;
astore 3
8: StackMap locals:
StackMap stack:
aload 3
ifnonnull 5
end local 3 9: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
0 10 1 value Ljava/lang/Object;
3 10 2 bucket I
4 9 3 entry Lcom/google/common/collect/ImmutableMapEntry<TK;TV;>;
Signature: (Ljava/lang/Object;)TK;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
value
com.google.common.collect.ImmutableSet<V> createKeySet();
descriptor: ()Lcom/google/common/collect/ImmutableSet;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.collect.ImmutableMapKeySet
dup
aload 0
invokespecial com.google.common.collect.ImmutableMapKeySet.<init>:(Lcom/google/common/collect/ImmutableMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
Signature: ()Lcom/google/common/collect/ImmutableSet<TV;>;
com.google.common.collect.ImmutableSet<java.util.Map$Entry<V, K>> createEntrySet();
descriptor: ()Lcom/google/common/collect/ImmutableSet;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet
dup
aload 0
invokespecial com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet.<init>:(Lcom/google/common/collect/RegularImmutableBiMap$Inverse;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
Signature: ()Lcom/google/common/collect/ImmutableSet<Ljava/util/Map$Entry<TV;TK;>;>;
boolean isPartialView();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm
dup
aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
invokespecial com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm.<init>:(Lcom/google/common/collect/ImmutableBiMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
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: aload 0
invokevirtual com.google.common.collect.RegularImmutableBiMap$Inverse.inverse:()Lcom/google/common/collect/ImmutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
static com.google.common.collect.RegularImmutableBiMap access$1(com.google.common.collect.RegularImmutableBiMap$Inverse);
descriptor: (Lcom/google/common/collect/RegularImmutableBiMap$Inverse;)Lcom/google/common/collect/RegularImmutableBiMap;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse.this$0:Lcom/google/common/collect/RegularImmutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(java.util.function.BiConsumer, java.lang.Object, java.lang.Object);
descriptor: (Ljava/util/function/BiConsumer;Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 1 start local 2 0: aload 0
aload 2
aload 1
invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
return
end local 2 end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 k TK;
0 1 2 v TV;
}
Signature: Lcom/google/common/collect/ImmutableBiMap<TV;TK;>;
SourceFile: "RegularImmutableBiMap.java"
NestHost: com.google.common.collect.RegularImmutableBiMap
InnerClasses:
private final Inverse = com.google.common.collect.RegularImmutableBiMap$Inverse of com.google.common.collect.RegularImmutableBiMap
final InverseEntrySet = com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet of com.google.common.collect.RegularImmutableBiMap$Inverse
private InverseSerializedForm = com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm of com.google.common.collect.RegularImmutableBiMap
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map