mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
101 lines
2.3 KiB
Smali
101 lines
2.3 KiB
Smali
|
.class public abstract Lkotlin/collections/CharIterator;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "PrimitiveIterators.kt"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/util/Iterator;
|
||
|
.implements Lkotlin/jvm/internal/markers/KMappedMarker;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Ljava/lang/Object;",
|
||
|
"Ljava/util/Iterator<",
|
||
|
"Ljava/lang/Character;",
|
||
|
">;",
|
||
|
"Lkotlin/jvm/internal/markers/KMappedMarker;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.annotation runtime Lkotlin/Metadata;
|
||
|
d1 = {
|
||
|
"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010(\n\u0002\u0010\u000c\n\u0002\u0008\u0005\u0008&\u0018\u00002\u0008\u0012\u0004\u0012\u00020\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0003J\u000e\u0010\u0004\u001a\u00020\u0002H\u0086\u0002\u00a2\u0006\u0002\u0010\u0005J\u0008\u0010\u0006\u001a\u00020\u0002H&\u00a8\u0006\u0007"
|
||
|
}
|
||
|
d2 = {
|
||
|
"Lkotlin/collections/CharIterator;",
|
||
|
"",
|
||
|
"",
|
||
|
"()V",
|
||
|
"next",
|
||
|
"()Ljava/lang/Character;",
|
||
|
"nextChar",
|
||
|
"kotlin-stdlib"
|
||
|
}
|
||
|
k = 0x1
|
||
|
mv = {
|
||
|
0x1,
|
||
|
0x9,
|
||
|
0x0
|
||
|
}
|
||
|
xi = 0x30
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
.line 19
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public final next()Ljava/lang/Character;
|
||
|
.locals 0
|
||
|
|
||
|
.line 20
|
||
|
invoke-virtual {p0}, Lkotlin/collections/CharIterator;->nextChar()C
|
||
|
|
||
|
move-result p0
|
||
|
|
||
|
invoke-static {p0}, Ljava/lang/Character;->valueOf(C)Ljava/lang/Character;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public bridge synthetic next()Ljava/lang/Object;
|
||
|
.locals 0
|
||
|
|
||
|
.line 19
|
||
|
invoke-virtual {p0}, Lkotlin/collections/CharIterator;->nextChar()C
|
||
|
|
||
|
move-result p0
|
||
|
|
||
|
invoke-static {p0}, Ljava/lang/Character;->valueOf(C)Ljava/lang/Character;
|
||
|
|
||
|
move-result-object p0
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public abstract nextChar()C
|
||
|
.end method
|
||
|
|
||
|
.method public remove()V
|
||
|
.locals 1
|
||
|
|
||
|
new-instance p0, Ljava/lang/UnsupportedOperationException;
|
||
|
|
||
|
const-string v0, "Operation is not supported for read-only collection"
|
||
|
|
||
|
invoke-direct {p0, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
throw p0
|
||
|
.end method
|