y.smali
.class public abstract Lkotlin/collections/y;
.super Ljava/lang/Object;
.source "Iterators.kt"
# interfaces
.implements Ljava/util/Iterator;
.implements Lkotlin/jvm/internal/a/a;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator<",
"Ljava/lang/Long;",
">;",
"Lkotlin/jvm/internal/a/a;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final next()Ljava/lang/Long;
.registers 3
.line 2
invoke-virtual {p0}, Lkotlin/collections/y;->nextLong()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic next()Ljava/lang/Object;
.registers 2
.line 1
invoke-virtual {p0}, Lkotlin/collections/y;->next()Ljava/lang/Long;
move-result-object v0
return-object v0
.end method
.method public abstract nextLong()J
.end method
.method public remove()V
.registers 3
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