apkfuckery/com.discord/smali_classes2/x/r/v$a.smali

117 lines
2.5 KiB
Smali

.class public final Lx/r/v$a;
.super Ljava/lang/Object;
.source "Sequences.kt"
# interfaces
.implements Ljava/util/Iterator;
.implements Lx/m/c/x/a;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lx/r/v;->iterator()Ljava/util/Iterator;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator<",
"TR;>;",
"Lx/m/c/x/a;"
}
.end annotation
# instance fields
.field public final d:Ljava/util/Iterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Iterator<",
"TT;>;"
}
.end annotation
.end field
.field public final synthetic e:Lx/r/v;
# direct methods
.method public constructor <init>(Lx/r/v;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lx/r/v$a;->e:Lx/r/v;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iget-object p1, p1, Lx/r/v;->a:Lkotlin/sequences/Sequence;
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
move-result-object p1
iput-object p1, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
return-void
.end method
# virtual methods
.method public hasNext()Z
.locals 1
iget-object v0, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v0
return v0
.end method
.method public next()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TR;"
}
.end annotation
iget-object v0, p0, Lx/r/v$a;->e:Lx/r/v;
iget-object v0, v0, Lx/r/v;->b:Lkotlin/jvm/functions/Function1;
iget-object v1, p0, Lx/r/v$a;->d:Ljava/util/Iterator;
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
invoke-interface {v0, v1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
return-object v0
.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