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

85 lines
2.2 KiB
Smali

.class Lcom/google/common/collect/IndexedImmutableSet$1;
.super Lcom/google/common/collect/ImmutableList;
.source "IndexedImmutableSet.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/collect/IndexedImmutableSet;->createAsList()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<",
"TE;>;"
}
.end annotation
# instance fields
.field public final synthetic this$0:Lcom/google/common/collect/IndexedImmutableSet;
# direct methods
.method public constructor <init>(Lcom/google/common/collect/IndexedImmutableSet;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/google/common/collect/IndexedImmutableSet$1;->this$0:Lcom/google/common/collect/IndexedImmutableSet;
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)TE;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/google/common/collect/IndexedImmutableSet$1;->this$0:Lcom/google/common/collect/IndexedImmutableSet;
invoke-virtual {v0, p1}, Lcom/google/common/collect/IndexedImmutableSet;->get(I)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public isPartialView()Z
.locals 1
.line 1
iget-object v0, p0, Lcom/google/common/collect/IndexedImmutableSet$1;->this$0:Lcom/google/common/collect/IndexedImmutableSet;
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableCollection;->isPartialView()Z
move-result v0
return v0
.end method
.method public size()I
.locals 1
.line 1
iget-object v0, p0, Lcom/google/common/collect/IndexedImmutableSet$1;->this$0:Lcom/google/common/collect/IndexedImmutableSet;
invoke-virtual {v0}, Ljava/util/AbstractCollection;->size()I
move-result v0
return v0
.end method