apkfuckery/com.discord/smali_classes2/t/q/r.smali

71 lines
1.3 KiB
Smali
Raw Normal View History

2019-12-21 01:41:59 +00:00
.class public abstract Lt/q/r;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "Iterators.kt"
# interfaces
.implements Ljava/util/Iterator;
2019-12-21 01:41:59 +00:00
.implements Lt/u/b/z/a;
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator<",
"Ljava/lang/Integer;",
">;",
2019-12-21 01:41:59 +00:00
"Lt/u/b/z/a;"
2019-07-24 11:27:29 +00:00
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-07-31 00:08:31 +00:00
.method public final next()Ljava/lang/Integer;
2019-07-24 11:27:29 +00:00
.locals 1
2019-12-21 01:41:59 +00:00
invoke-virtual {p0}, Lt/q/r;->nextInt()I
2019-07-24 11:27:29 +00:00
move-result v0
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
return-object v0
.end method
2019-07-31 00:08:31 +00:00
.method public bridge synthetic next()Ljava/lang/Object;
.locals 1
2019-12-21 01:41:59 +00:00
invoke-virtual {p0}, Lt/q/r;->next()Ljava/lang/Integer;
2019-07-31 00:08:31 +00:00
move-result-object v0
return-object v0
.end method
2019-07-24 11:27:29 +00:00
.method public abstract nextInt()I
.end method
.method public remove()V
.locals 2
new-instance v0, Ljava/lang/UnsupportedOperationException;
const-string v1, "Operation is not supported for read-only collection"
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw v0
.end method