Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/collect/ArrayTable$ArrayMap$1.smali

115 lines
3.2 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class Lcom/google/common/collect/ArrayTable$ArrayMap$1;
.super Lcom/google/common/collect/AbstractMapEntry;
.source "ArrayTable.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/collect/ArrayTable$ArrayMap;->getEntry(I)Ljava/util/Map$Entry;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/AbstractMapEntry<",
"TK;TV;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/google/common/collect/ArrayTable$ArrayMap;
.field final synthetic val$index:I
# direct methods
.method constructor <init>(Lcom/google/common/collect/ArrayTable$ArrayMap;I)V
.locals 0
iput-object p1, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->this$0:Lcom/google/common/collect/ArrayTable$ArrayMap;
iput p2, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->val$index:I
.line 227
invoke-direct {p0}, Lcom/google/common/collect/AbstractMapEntry;-><init>()V
return-void
.end method
# virtual methods
.method public getKey()Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
}
.end annotation
iget-object v0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->this$0:Lcom/google/common/collect/ArrayTable$ArrayMap;
iget p0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->val$index:I
.line 230
invoke-virtual {v0, p0}, Lcom/google/common/collect/ArrayTable$ArrayMap;->getKey(I)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method public getValue()Ljava/lang/Object;
.locals 1
.annotation runtime Lcom/google/common/collect/ParametricNullness;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"
}
.end annotation
iget-object v0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->this$0:Lcom/google/common/collect/ArrayTable$ArrayMap;
iget p0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->val$index:I
.line 236
invoke-virtual {v0, p0}, Lcom/google/common/collect/ArrayTable$ArrayMap;->getValue(I)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method public setValue(Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
.param p1 # Ljava/lang/Object;
.annotation runtime Lcom/google/common/collect/ParametricNullness;
.end annotation
.end param
.annotation runtime Lcom/google/common/collect/ParametricNullness;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TV;)TV;"
}
.end annotation
iget-object v0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->this$0:Lcom/google/common/collect/ArrayTable$ArrayMap;
iget p0, p0, Lcom/google/common/collect/ArrayTable$ArrayMap$1;->val$index:I
.line 242
invoke-virtual {v0, p0, p1}, Lcom/google/common/collect/ArrayTable$ArrayMap;->setValue(ILjava/lang/Object;)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method