class com.google.common.collect.HashBiMap$Inverse$1$InverseEntry extends com.google.common.collect.AbstractMapEntry<V, K>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.HashBiMap$Inverse$1$InverseEntry
super_class: com.google.common.collect.AbstractMapEntry
{
com.google.common.collect.HashBiMap$BiEntry<K, V> delegate;
descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
flags: (0x0000)
Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
final com.google.common.collect.HashBiMap$Inverse$1 this$2;
descriptor: Lcom/google/common/collect/HashBiMap$Inverse$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.HashBiMap$BiEntry<K, V>);
descriptor: (Lcom/google/common/collect/HashBiMap$Inverse$1;Lcom/google/common/collect/HashBiMap$BiEntry;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
aload 0
invokespecial com.google.common.collect.AbstractMapEntry.<init>:()V
1: aload 0
aload 2
putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
0 3 2 entry Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
Signature: (Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;)V
MethodParameters:
Name Flags
this$0 final
entry
public V getKey();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.value:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
Signature: ()TV;
public K getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.key:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
Signature: ()TK;
public K setValue();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.key:Ljava/lang/Object;
astore 2
start local 2 1: aload 1
invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
istore 3
start local 3 2: iload 3
aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.keyHash:I
if_icmpne 4
aload 1
aload 2
invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
3: aload 1
areturn
4: StackMap locals: java.lang.Object int
StackMap stack:
aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$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
iload 3
invokevirtual com.google.common.collect.HashBiMap.seekByKey:(Ljava/lang/Object;I)Lcom/google/common/collect/HashBiMap$BiEntry;
ifnonnull 5
iconst_1
goto 6
StackMap locals:
StackMap stack:
5: iconst_0
StackMap locals:
StackMap stack: int
6: ldc "value already present: %s"
aload 1
invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;)V
7: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$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 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
invokevirtual com.google.common.collect.HashBiMap.delete:(Lcom/google/common/collect/HashBiMap$BiEntry;)V
8: new com.google.common.collect.HashBiMap$BiEntry
dup
aload 1
iload 3
aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.value:Ljava/lang/Object;
aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
getfield com.google.common.collect.HashBiMap$BiEntry.valueHash:I
invokespecial com.google.common.collect.HashBiMap$BiEntry.<init>:(Ljava/lang/Object;ILjava/lang/Object;I)V
9: astore 4
start local 4 10: aload 0
aload 4
putfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.delegate:Lcom/google/common/collect/HashBiMap$BiEntry;
11: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$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 4
aconst_null
invokevirtual com.google.common.collect.HashBiMap.insert:(Lcom/google/common/collect/HashBiMap$BiEntry;Lcom/google/common/collect/HashBiMap$BiEntry;)V
12: aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
aload 0
getfield com.google.common.collect.HashBiMap$Inverse$1$InverseEntry.this$2:Lcom/google/common/collect/HashBiMap$Inverse$1;
invokestatic com.google.common.collect.HashBiMap$Inverse$1.access$1:(Lcom/google/common/collect/HashBiMap$Inverse$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;
getfield com.google.common.collect.HashBiMap.modCount:I
putfield com.google.common.collect.HashBiMap$Inverse$1.expectedModCount:I
13: aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/common/collect/HashBiMap$Inverse$1$InverseEntry;
0 14 1 key TK;
1 14 2 oldKey TK;
2 14 3 keyHash I
10 14 4 newEntry Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
Signature: (TK;)TK;
MethodParameters:
Name Flags
key
}
Signature: Lcom/google/common/collect/AbstractMapEntry<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
com.google.common.collect.HashBiMap$Inverse$1
InverseEntry = com.google.common.collect.HashBiMap$Inverse$1$InverseEntry of com.google.common.collect.HashBiMap$Inverse$1