Files
rr3-apk/smali_classes3/com/google/common/collect/ImmutableList$Itr.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

51 lines
1.3 KiB
Smali

.class public Lcom/google/common/collect/ImmutableList$Itr;
.super Lcom/google/common/collect/AbstractIndexedListIterator;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/ImmutableList;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Itr"
.end annotation
# instance fields
.field public final list:Lcom/google/common/collect/ImmutableList;
# direct methods
.method public constructor <init>(Lcom/google/common/collect/ImmutableList;I)V
.locals 1
.line 385
invoke-virtual {p1}, Ljava/util/AbstractCollection;->size()I
move-result v0
invoke-direct {p0, v0, p2}, Lcom/google/common/collect/AbstractIndexedListIterator;-><init>(II)V
iput-object p1, p0, Lcom/google/common/collect/ImmutableList$Itr;->list:Lcom/google/common/collect/ImmutableList;
return-void
.end method
# virtual methods
.method public get(I)Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lcom/google/common/collect/ImmutableList$Itr;->list:Lcom/google/common/collect/ImmutableList;
.line 391
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method