UIntIterator.smali
2.5 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
.class public abstract Lkotlin/collections/UIntIterator;
.super Ljava/lang/Object;
.source "UIterators.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<",
"Lkotlin/UInt;",
">;",
"Lkotlin/jvm/internal/markers/KMappedMarker;"
}
.end annotation
.annotation build Lkotlin/ExperimentalUnsignedTypes;
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010(\n\u0002\u0018\u0002\n\u0002\u0008\u0005\u0008\'\u0018\u00002\u0008\u0012\u0004\u0012\u00020\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0003J\u000c\u0010\u0004\u001a\u00020\u0002H\u0086\u0002\u00f8\u0001\u0000J\u0010\u0010\u0005\u001a\u00020\u0002H&\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0006\u00f8\u0001\u0000\u0082\u0002\u0004\n\u0002\u0008\u0019\u00a8\u0006\u0007"
}
d2 = {
"Lkotlin/collections/UIntIterator;",
"",
"Lkotlin/UInt;",
"()V",
"next",
"nextUInt",
"()I",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
.annotation build Lkotlin/SinceKotlin;
version = "1.3"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 33
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic next()Ljava/lang/Object;
.locals 1
.line 33
invoke-virtual {p0}, Lkotlin/collections/UIntIterator;->next()Lkotlin/UInt;
move-result-object v0
return-object v0
.end method
.method public final next()Lkotlin/UInt;
.locals 1
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.line 34
invoke-virtual {p0}, Lkotlin/collections/UIntIterator;->nextUInt()I
move-result v0
invoke-static {v0}, Lkotlin/UInt;->box-impl(I)Lkotlin/UInt;
move-result-object v0
return-object v0
.end method
.method public abstract nextUInt()I
.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