apkfuckery/com.discord/smali_classes2/w/q/n.smali

124 lines
2.3 KiB
Smali
Raw Normal View History

2020-02-20 19:33:18 +00:00
.class public final Lw/q/n;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "Collections.kt"
# interfaces
2019-07-31 00:08:31 +00:00
.implements Ljava/util/ListIterator;
2020-02-20 19:33:18 +00:00
.implements Lw/u/b/z/a;
2019-07-24 11:27:29 +00:00
# static fields
2020-02-20 19:33:18 +00:00
.field public static final d:Lw/q/n;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 1
2020-02-20 19:33:18 +00:00
new-instance v0, Lw/q/n;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-direct {v0}, Lw/q/n;-><init>()V
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
sput-object v0, Lw/q/n;->d:Lw/q/n;
2019-07-24 11:27:29 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public synthetic add(Ljava/lang/Object;)V
2019-07-24 11:27:29 +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
2019-12-06 03:29:40 +00:00
.method public hasNext()Z
2019-07-24 11:27:29 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
const/4 v0, 0x0
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
return v0
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public hasPrevious()Z
2019-07-24 11:27:29 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
const/4 v0, 0x0
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
return v0
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public next()Ljava/lang/Object;
2019-07-24 11:27:29 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
new-instance v0, Ljava/util/NoSuchElementException;
2019-07-24 11:27:29 +00:00
2019-07-31 00:08:31 +00:00
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
2019-07-24 11:27:29 +00:00
throw v0
.end method
2019-12-06 03:29:40 +00:00
.method public nextIndex()I
2019-07-24 11:27:29 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
const/4 v0, 0x0
2019-07-24 11:27:29 +00:00
2019-07-27 00:12:07 +00:00
return v0
2019-07-26 06:05:06 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public previous()Ljava/lang/Object;
2019-07-29 20:14:17 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
new-instance v0, Ljava/util/NoSuchElementException;
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
2019-07-29 20:14:17 +00:00
2019-07-27 00:12:07 +00:00
throw v0
2019-07-26 06:05:06 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public previousIndex()I
2019-07-26 06:05:06 +00:00
.locals 1
2019-07-31 00:08:31 +00:00
const/4 v0, -0x1
2019-07-26 06:05:06 +00:00
2019-07-31 00:08:31 +00:00
return v0
2019-07-29 20:14:17 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public remove()V
2019-07-31 00:08:31 +00:00
.locals 2
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
new-instance v0, Ljava/lang/UnsupportedOperationException;
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
const-string v1, "Operation is not supported for read-only collection"
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
throw v0
2019-07-29 20:14:17 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public synthetic set(Ljava/lang/Object;)V
2019-07-29 20:14:17 +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