final class com.google.common.collect.HashBiMap$Inverse$InverseKeySet extends com.google.common.collect.Maps$KeySet<V, K>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.HashBiMap$Inverse$InverseKeySet
super_class: com.google.common.collect.Maps$KeySet
{
final com.google.common.collect.HashBiMap$Inverse this$1;
descriptor: Lcom/google/common/collect/HashBiMap$Inverse;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.HashBiMap$Inverse);
descriptor: (Lcom/google/common/collect/HashBiMap$Inverse;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
0: .line 625
aload 0 /* this */
aload 1
putfield com.google.common.collect.HashBiMap$Inverse$InverseKeySet.this$1:Lcom/google/common/collect/HashBiMap$Inverse;
1: .line 626
aload 0 /* this */
aload 1
invokespecial com.google.common.collect.Maps$KeySet.<init>:(Ljava/util/Map;)V
2: .line 627
return
end local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;
MethodParameters:
Name Flags
this$0 final
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
start local 1 // java.lang.Object o
0: .line 631
aload 0 /* this */
getfield com.google.common.collect.HashBiMap$Inverse$InverseKeySet.this$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 /* o */
aload 1 /* o */
invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
invokevirtual com.google.common.collect.HashBiMap.seekByValue:(Ljava/lang/Object;I)Lcom/google/common/collect/HashBiMap$BiEntry;
astore 2 /* entry */
start local 2 // com.google.common.collect.HashBiMap$BiEntry entry
1: .line 632
aload 2 /* entry */
ifnonnull 3
2: .line 633
iconst_0
ireturn
3: .line 635
StackMap locals: com.google.common.collect.HashBiMap$BiEntry
StackMap stack:
aload 0 /* this */
getfield com.google.common.collect.HashBiMap$Inverse$InverseKeySet.this$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 2 /* entry */
invokevirtual com.google.common.collect.HashBiMap.delete:(Lcom/google/common/collect/HashBiMap$BiEntry;)V
4: .line 636
iconst_1
ireturn
end local 2 // com.google.common.collect.HashBiMap$BiEntry entry
end local 1 // java.lang.Object o
end local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;
0 5 1 o Ljava/lang/Object;
1 5 2 entry Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
o
public java.util.Iterator<V> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
0: .line 642
new com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1
dup
aload 0 /* this */
aload 0 /* this */
getfield com.google.common.collect.HashBiMap$Inverse$InverseKeySet.this$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;
invokespecial com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1.<init>:(Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;Lcom/google/common/collect/HashBiMap;)V
areturn
end local 0 // com.google.common.collect.HashBiMap$Inverse$InverseKeySet this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/HashBiMap$Inverse$InverseKeySet;
Signature: ()Ljava/util/Iterator<TV;>;
}
Signature: Lcom/google/common/collect/Maps$KeySet<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
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
KeySet = com.google.common.collect.Maps$KeySet of com.google.common.collect.Maps