Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry.smali
2024-05-21 17:08:36 -04:00

117 lines
3.2 KiB
Smali

.class abstract Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;
.super Ljava/lang/Object;
.source "MapMakerInternalMap.java"
# interfaces
.implements Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/MapMakerInternalMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x408
name = "AbstractStrongKeyEntry"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
"E::",
"Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<",
"TK;TV;TE;>;>",
"Ljava/lang/Object;",
"Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<",
"TK;TV;TE;>;"
}
.end annotation
# instance fields
.field final hash:I
.field final key:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TK;"
}
.end annotation
.end field
.field final next:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"TE;"
}
.end annotation
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end field
# direct methods
.method constructor <init>(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
.locals 0
.param p3 # Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;ITE;)V"
}
.end annotation
.line 348
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->key:Ljava/lang/Object;
iput p2, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->hash:I
iput-object p3, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->next:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
return-void
.end method
# virtual methods
.method public getHash()I
.locals 0
iget p0, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->hash:I
return p0
.end method
.method public getKey()Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
}
.end annotation
iget-object p0, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->key:Ljava/lang/Object;
return-object p0
.end method
.method public getNext()Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()TE;"
}
.end annotation
iget-object p0, p0, Lcom/google/common/collect/MapMakerInternalMap$AbstractStrongKeyEntry;->next:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
return-object p0
.end method