59 lines
996 B
Smali
59 lines
996 B
Smali
.class public final Lz/s/f;
|
|
.super Ljava/lang/Object;
|
|
.source "Sequences.kt"
|
|
|
|
# interfaces
|
|
.implements Lkotlin/sequences/Sequence;
|
|
.implements Lz/s/e;
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Lz/s/f;
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lz/s/f;
|
|
|
|
invoke-direct {v0}, Lz/s/f;-><init>()V
|
|
|
|
sput-object v0, Lz/s/f;->a:Lz/s/f;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public drop(I)Lkotlin/sequences/Sequence;
|
|
.locals 0
|
|
|
|
sget-object p1, Lz/s/f;->a:Lz/s/f;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public iterator()Ljava/util/Iterator;
|
|
.locals 1
|
|
|
|
sget-object v0, Lz/i/k;->d:Lz/i/k;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public take(I)Lkotlin/sequences/Sequence;
|
|
.locals 0
|
|
|
|
sget-object p1, Lz/s/f;->a:Lz/s/f;
|
|
|
|
return-object p1
|
|
.end method
|