apkfuckery/com.discord/smali_classes2/c0/i/p.smali

71 lines
1.3 KiB
Smali
Raw Normal View History

2020-10-05 23:18:16 +00:00
.class public abstract Lc0/i/p;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
2020-09-16 23:45:23 +00:00
.source "Iterators.kt"
2020-05-17 12:40:10 +00:00
# interfaces
2020-09-16 23:45:23 +00:00
.implements Ljava/util/Iterator;
2020-10-05 23:18:16 +00:00
.implements Lc0/n/c/x/a;
2020-05-17 12:40:10 +00:00
2020-09-16 23:45:23 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator<",
"Ljava/lang/Long;",
">;",
2020-10-05 23:18:16 +00:00
"Lc0/n/c/x/a;"
2020-09-16 23:45:23 +00:00
}
.end annotation
2020-05-17 12:40:10 +00:00
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
2020-09-08 08:16:32 +00:00
2020-09-16 21:45:36 +00:00
# virtual methods
2020-09-16 23:45:23 +00:00
.method public final next()Ljava/lang/Long;
2020-09-16 21:45:36 +00:00
.locals 2
2020-10-05 23:18:16 +00:00
invoke-virtual {p0}, Lc0/i/p;->nextLong()J
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
move-result-wide v0
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
move-result-object v0
2020-09-16 21:45:36 +00:00
return-object v0
.end method
2020-09-16 23:45:23 +00:00
.method public bridge synthetic next()Ljava/lang/Object;
2020-09-16 21:45:36 +00:00
.locals 1
2020-10-05 23:18:16 +00:00
invoke-virtual {p0}, Lc0/i/p;->next()Ljava/lang/Long;
2020-09-16 21:45:36 +00:00
move-result-object v0
return-object v0
.end method
2020-09-16 23:45:23 +00:00
.method public abstract nextLong()J
.end method
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
.method public remove()V
.locals 2
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
new-instance v0, Ljava/lang/UnsupportedOperationException;
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
const-string v1, "Operation is not supported for read-only collection"
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
2020-09-16 21:45:36 +00:00
2020-09-16 23:45:23 +00:00
throw v0
2020-09-16 21:45:36 +00:00
.end method