class com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 extends com.google.common.collect.HashBiMap<K, V>.Itr<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1
super_class: com.google.common.collect.HashBiMap$Itr
{
final com.google.common.collect.HashBiMap$Inverse$InverseKeySet this$2;
descriptor: Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.HashBiMap$Inverse$InverseKeySet, com.google.common.collect.HashBiMap);
descriptor: (Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;Lcom/google/common/collect/HashBiMap;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 this
0: .line 642
aload 0 /* this */
aload 1
putfield com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1.this$2:Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;
aload 0 /* this */
aload 2
invokespecial com.google.common.collect.HashBiMap$Itr.<init>:(Lcom/google/common/collect/HashBiMap;)V
return
end local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet$1;
MethodParameters:
Name Flags
this$0 final
this$1 final
V output(com.google.common.collect.HashBiMap$BiEntry<K, V>);
descriptor: (Lcom/google/common/collect/HashBiMap$BiEntry;)Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 this
start local 1 // com.google.common.collect.HashBiMap$BiEntry entry
0: .line 645
aload 1 /* entry */
getfield com.google.common.collect.HashBiMap$BiEntry.value:Ljava/lang/Object;
areturn
end local 1 // com.google.common.collect.HashBiMap$BiEntry entry
end local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet$1;
0 1 1 entry Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
Signature: (Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;)TV;
MethodParameters:
Name Flags
entry
}
Signature: Lcom/google/common/collect/HashBiMap<TK;TV;>.Itr<TV;>;
SourceFile: "HashBiMap.java"
EnclosingMethod: com.google.common.collect.HashBiMap$Inverse$InverseKeySet.iterator:()Ljava/util/Iterator;
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
private final InverseKeySet = com.google.common.collect.HashBiMap$Inverse$InverseKeySet of com.google.common.collect.HashBiMap$Inverse
com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1
abstract Itr = com.google.common.collect.HashBiMap$Itr of com.google.common.collect.HashBiMap