final class com.google.common.collect.HashBiMap$BiEntry<K, V> extends com.google.common.collect.ImmutableEntry<K, V>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.HashBiMap$BiEntry
super_class: com.google.common.collect.ImmutableEntry
{
final int keyHash;
descriptor: I
flags: (0x0010) ACC_FINAL
final int valueHash;
descriptor: I
flags: (0x0010) ACC_FINAL
com.google.common.collect.HashBiMap$BiEntry<K, V> nextInKToVBucket;
descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
flags: (0x0000)
Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
com.google.common.collect.HashBiMap$BiEntry<K, V> nextInVToKBucket;
descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
flags: (0x0000)
Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
com.google.common.collect.HashBiMap$BiEntry<K, V> nextInKeyInsertionOrder;
descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
flags: (0x0000)
Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
com.google.common.collect.HashBiMap$BiEntry<K, V> prevInKeyInsertionOrder;
descriptor: Lcom/google/common/collect/HashBiMap$BiEntry;
flags: (0x0000)
Signature: Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
void <init>(K, int, V, );
descriptor: (Ljava/lang/Object;ILjava/lang/Object;I)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 3
invokespecial com.google.common.collect.ImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
1: aload 0
iload 2
putfield com.google.common.collect.HashBiMap$BiEntry.keyHash:I
2: aload 0
iload 4
putfield com.google.common.collect.HashBiMap$BiEntry.valueHash:I
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/collect/HashBiMap$BiEntry<TK;TV;>;
0 4 1 key TK;
0 4 2 keyHash I
0 4 3 value TV;
0 4 4 valueHash I
Signature: (TK;ITV;I)V
MethodParameters:
Name Flags
key
keyHash
value
valueHash
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableEntry<TK;TV;>;
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