EmptySequence.smali
3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.class final Lkotlin/sequences/EmptySequence;
.super Ljava/lang/Object;
.source "Sequences.kt"
# interfaces
.implements Lkotlin/sequences/Sequence;
.implements Lkotlin/sequences/DropTakeSequence;
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u0001\n\u0002\u0018\u0002\n\u0002\u0008\u0003\n\u0002\u0010\u0008\n\u0000\n\u0002\u0010(\n\u0002\u0008\u0002\u0008\u00c2\u0002\u0018\u00002\u0008\u0012\u0004\u0012\u00020\u00020\u00012\u0008\u0012\u0004\u0012\u00020\u00020\u0003B\u0007\u0008\u0002\u00a2\u0006\u0002\u0010\u0004J\u0010\u0010\u0005\u001a\u00020\u00002\u0006\u0010\u0006\u001a\u00020\u0007H\u0016J\u000f\u0010\u0008\u001a\u0008\u0012\u0004\u0012\u00020\u00020\tH\u0096\u0002J\u0010\u0010\n\u001a\u00020\u00002\u0006\u0010\u0006\u001a\u00020\u0007H\u0016\u00a8\u0006\u000b"
}
d2 = {
"Lkotlin/sequences/EmptySequence;",
"Lkotlin/sequences/Sequence;",
"",
"Lkotlin/sequences/DropTakeSequence;",
"()V",
"drop",
"n",
"",
"iterator",
"",
"take",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
# static fields
.field public static final INSTANCE:Lkotlin/sequences/EmptySequence;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 42
new-instance v0, Lkotlin/sequences/EmptySequence;
invoke-direct {v0}, Lkotlin/sequences/EmptySequence;-><init>()V
sput-object v0, Lkotlin/sequences/EmptySequence;->INSTANCE:Lkotlin/sequences/EmptySequence;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 42
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public drop(I)Lkotlin/sequences/EmptySequence;
.locals 0
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.line 44
sget-object p1, Lkotlin/sequences/EmptySequence;->INSTANCE:Lkotlin/sequences/EmptySequence;
return-object p1
.end method
.method public bridge synthetic drop(I)Lkotlin/sequences/Sequence;
.locals 0
.line 42
invoke-virtual {p0, p1}, Lkotlin/sequences/EmptySequence;->drop(I)Lkotlin/sequences/EmptySequence;
move-result-object p1
check-cast p1, Lkotlin/sequences/Sequence;
return-object p1
.end method
.method public iterator()Ljava/util/Iterator;
.locals 1
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.line 43
sget-object v0, Lkotlin/collections/EmptyIterator;->INSTANCE:Lkotlin/collections/EmptyIterator;
check-cast v0, Ljava/util/Iterator;
return-object v0
.end method
.method public take(I)Lkotlin/sequences/EmptySequence;
.locals 0
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.line 45
sget-object p1, Lkotlin/sequences/EmptySequence;->INSTANCE:Lkotlin/sequences/EmptySequence;
return-object p1
.end method
.method public bridge synthetic take(I)Lkotlin/sequences/Sequence;
.locals 0
.line 42
invoke-virtual {p0, p1}, Lkotlin/sequences/EmptySequence;->take(I)Lkotlin/sequences/EmptySequence;
move-result-object p1
check-cast p1, Lkotlin/sequences/Sequence;
return-object p1
.end method