apkfuckery/com.discord/smali_classes2/j0/i/t.smali

81 lines
1.5 KiB
Smali
Raw Normal View History

2020-07-25 00:57:58 +00:00
.class public Lj0/i/t;
.super Lj0/i/c;
2020-05-17 12:40:10 +00:00
.source "ReversedViews.kt"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
2020-07-25 00:57:58 +00:00
"Lj0/i/c<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
# instance fields
2020-07-08 16:44:49 +00:00
.field public final d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/util/List;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"+TT;>;)V"
}
.end annotation
2020-07-25 00:57:58 +00:00
invoke-direct {p0}, Lj0/i/c;-><init>()V
2020-05-17 12:40:10 +00:00
2020-07-25 00:57:58 +00:00
iput-object p1, p0, Lj0/i/t;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
.method public get(I)Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)TT;"
}
.end annotation
2020-07-25 00:57:58 +00:00
iget-object v0, p0, Lj0/i/t;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
2020-07-25 02:57:47 +00:00
invoke-static {p0, p1}, Lf/n/a/k/a;->access$reverseElementIndex(Ljava/util/List;I)I
2020-05-17 12:40:10 +00:00
move-result p1
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public getSize()I
.locals 1
2020-07-25 00:57:58 +00:00
iget-object v0, p0, Lj0/i/t;->d:Ljava/util/List;
2020-05-17 12:40:10 +00:00
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
return v0
.end method