s.smali
1.2 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
.class public Ld/s;
.super Ld/u;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ld/u<",
"Ljava/lang/Iterable<",
"TT;>;>;"
}
.end annotation
# instance fields
.field public final synthetic a:Ld/u;
# direct methods
.method public constructor <init>(Ld/u;)V
.locals 0
iput-object p1, p0, Ld/s;->a:Ld/u;
invoke-direct {p0}, Ld/u;-><init>()V
return-void
.end method
# virtual methods
.method public a(Ld/w;Ljava/lang/Object;)V
.locals 2
.param p2 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
check-cast p2, Ljava/lang/Iterable;
if-nez p2, :cond_0
goto :goto_1
.line 1
:cond_0
invoke-interface {p2}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p2
:goto_0
invoke-interface {p2}, Ljava/util/Iterator;->hasNext()Z
move-result v0
if-eqz v0, :cond_1
invoke-interface {p2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v0
iget-object v1, p0, Ld/s;->a:Ld/u;
invoke-virtual {v1, p1, v0}, Ld/u;->a(Ld/w;Ljava/lang/Object;)V
goto :goto_0
:cond_1
:goto_1
return-void
.end method