tmap/smali_classes3/com/google/common/collect/ImmutableMapValues$2.smali
2022-06-10 21:38:30 +09:00

86 lines
2.1 KiB
Smali

.class Lcom/google/common/collect/ImmutableMapValues$2;
.super Lcom/google/common/collect/ImmutableList;
.source "ImmutableMapValues.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/collect/ImmutableMapValues;->asList()Lcom/google/common/collect/ImmutableList;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/collect/ImmutableList<",
"TV;>;"
}
.end annotation
# instance fields
.field public final synthetic val$entryList:Lcom/google/common/collect/ImmutableList;
# direct methods
.method public constructor <init>(Lcom/google/common/collect/ImmutableMapValues;Lcom/google/common/collect/ImmutableList;)V
.locals 0
.line 1
iput-object p2, p0, Lcom/google/common/collect/ImmutableMapValues$2;->val$entryList:Lcom/google/common/collect/ImmutableList;
invoke-direct {p0}, Lcom/google/common/collect/ImmutableList;-><init>()V
return-void
.end method
# virtual methods
.method public get(I)Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)TV;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/google/common/collect/ImmutableMapValues$2;->val$entryList:Lcom/google/common/collect/ImmutableList;
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/util/Map$Entry;
invoke-interface {p1}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public isPartialView()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public size()I
.locals 1
.line 1
iget-object v0, p0, Lcom/google/common/collect/ImmutableMapValues$2;->val$entryList:Lcom/google/common/collect/ImmutableList;
invoke-virtual {v0}, Ljava/util/AbstractCollection;->size()I
move-result v0
return v0
.end method