今奥全景相机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.9 KiB

.class final Lcom/google/common/collect/HashBiMap$BiEntry;
.super Lcom/google/common/collect/ImmutableEntry;
.source "HashBiMap.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/HashBiMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1a
name = "BiEntry"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
">",
"Lcom/google/common/collect/ImmutableEntry",
"<TK;TV;>;"
}
.end annotation
# instance fields
.field final keyHash:I
.field nextInKToVBucket:Lcom/google/common/collect/HashBiMap$BiEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/HashBiMap$BiEntry",
"<TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field nextInVToKBucket:Lcom/google/common/collect/HashBiMap$BiEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/HashBiMap$BiEntry",
"<TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final valueHash:I
# direct methods
.method constructor <init>(Ljava/lang/Object;ILjava/lang/Object;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;ITV;I)V"
}
.end annotation
.prologue
.line 92
invoke-direct {p0, p1, p3}, Lcom/google/common/collect/ImmutableEntry;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
.line 93
iput p2, p0, Lcom/google/common/collect/HashBiMap$BiEntry;->keyHash:I
.line 94
iput p4, p0, Lcom/google/common/collect/HashBiMap$BiEntry;->valueHash:I
.line 95
return-void
.end method