apkfuckery/com.discord/smali_classes2/k0/i/m.smali

124 lines
2.3 KiB
Smali
Raw Normal View History

2020-09-08 08:16:32 +00:00
.class public final Lk0/i/m;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
2020-09-16 21:45:36 +00:00
.source "Collections.kt"
2020-05-17 12:40:10 +00:00
# interfaces
2020-09-16 21:45:36 +00:00
.implements Ljava/util/ListIterator;
.implements Lk0/n/c/v/a;
2020-05-17 12:40:10 +00:00
# static fields
2020-09-08 08:16:32 +00:00
.field public static final d:Lk0/i/m;
2020-05-17 12:40:10 +00:00
# direct methods
.method public static constructor <clinit>()V
.locals 1
2020-09-08 08:16:32 +00:00
new-instance v0, Lk0/i/m;
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
invoke-direct {v0}, Lk0/i/m;-><init>()V
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
sput-object v0, Lk0/i/m;->d:Lk0/i/m;
2020-05-17 12:40:10 +00:00
return-void
.end method
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2020-09-16 21:45:36 +00:00
.method public synthetic add(Ljava/lang/Object;)V
.locals 1
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
new-instance p1, Ljava/lang/UnsupportedOperationException;
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
const-string v0, "Operation is not supported for read-only collection"
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
throw p1
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 21:45:36 +00:00
.method public hasNext()Z
.locals 1
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
const/4 v0, 0x0
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
return v0
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 21:45:36 +00:00
.method public hasPrevious()Z
.locals 1
2020-09-09 19:21:20 +00:00
2020-09-16 21:45:36 +00:00
const/4 v0, 0x0
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
return v0
2020-09-09 19:21:20 +00:00
.end method
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
.method public next()Ljava/lang/Object;
2020-09-09 19:21:20 +00:00
.locals 1
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
new-instance v0, Ljava/util/NoSuchElementException;
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
2020-09-09 19:21:20 +00:00
2020-09-16 21:45:36 +00:00
throw v0
2020-09-09 19:21:20 +00:00
.end method
2020-09-16 21:45:36 +00:00
.method public nextIndex()I
2020-05-17 12:40:10 +00:00
.locals 1
const/4 v0, 0x0
return v0
.end method
2020-09-16 21:45:36 +00:00
.method public previous()Ljava/lang/Object;
2020-05-17 12:40:10 +00:00
.locals 1
2020-09-16 21:45:36 +00:00
new-instance v0, Ljava/util/NoSuchElementException;
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
throw v0
2020-09-09 19:21:20 +00:00
.end method
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
.method public previousIndex()I
.locals 1
2020-09-09 19:21:20 +00:00
2020-09-16 21:45:36 +00:00
const/4 v0, -0x1
2020-09-09 19:21:20 +00:00
2020-09-16 21:45:36 +00:00
return v0
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 21:45:36 +00:00
.method public remove()V
.locals 2
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
new-instance v0, Ljava/lang/UnsupportedOperationException;
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
const-string v1, "Operation is not supported for read-only collection"
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
2020-09-16 21:45:36 +00:00
throw v0
2020-05-17 12:40:10 +00:00
.end method
2020-09-16 21:45:36 +00:00
.method public synthetic set(Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
.locals 1
new-instance p1, Ljava/lang/UnsupportedOperationException;
const-string v0, "Operation is not supported for read-only collection"
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw p1
.end method