class com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1 extends com.google.common.collect.ImmutableAsList<java.util.Map$Entry<V, K>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1
super_class: com.google.common.collect.ImmutableAsList
{
final com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet this$2;
descriptor: Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet);
descriptor: (Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1.this$2:Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;
aload 0
invokespecial com.google.common.collect.ImmutableAsList.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet$1;
MethodParameters:
Name Flags
this$0 final
public java.util.Map$Entry<V, K> get(int);
descriptor: (I)Ljava/util/Map$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1.this$2:Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;
invokestatic com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet.access$1:(Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;)Lcom/google/common/collect/RegularImmutableBiMap$Inverse;
invokestatic com.google.common.collect.RegularImmutableBiMap$Inverse.access$1:(Lcom/google/common/collect/RegularImmutableBiMap$Inverse;)Lcom/google/common/collect/RegularImmutableBiMap;
getfield com.google.common.collect.RegularImmutableBiMap.entries:[Ljava/util/Map$Entry;
iload 1
aaload
astore 2
start local 2 1: aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
invokestatic com.google.common.collect.Maps.immutableEntry:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet$1;
0 2 1 index I
1 2 2 entry Ljava/util/Map$Entry<TK;TV;>;
Signature: (I)Ljava/util/Map$Entry<TV;TK;>;
MethodParameters:
Name Flags
index
com.google.common.collect.ImmutableCollection<java.util.Map$Entry<V, K>> delegateCollection();
descriptor: ()Lcom/google/common/collect/ImmutableCollection;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1.this$2:Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableBiMap$Inverse$InverseEntrySet$1;
Signature: ()Lcom/google/common/collect/ImmutableCollection<Ljava/util/Map$Entry<TV;TK;>;>;
public java.lang.Object get(int);
descriptor: (I)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1.get:(I)Ljava/util/Map$Entry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/collect/ImmutableAsList<Ljava/util/Map$Entry<TV;TK;>;>;
SourceFile: "RegularImmutableBiMap.java"
EnclosingMethod: com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet.createAsList:()Lcom/google/common/collect/ImmutableList;
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
com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet$1
public abstract Entry = java.util.Map$Entry of java.util.Map