u0.smali
1.4 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
.class public Lcom/bytedance/bdtracker/u0;
.super Lcom/bytedance/bdtracker/s0;
.source ""
# direct methods
.method public constructor <init>(Ljava/util/HashSet;Ljava/util/HashMap;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/HashSet<",
"Ljava/lang/String;",
">;",
"Ljava/util/HashMap<",
"Ljava/lang/String;",
"Ljava/util/HashSet<",
"Ljava/lang/String;",
">;>;)V"
}
.end annotation
invoke-direct {p0, p1, p2}, Lcom/bytedance/bdtracker/s0;-><init>(Ljava/util/HashSet;Ljava/util/HashMap;)V
return-void
.end method
# virtual methods
.method public a(Ljava/lang/String;)Z
.locals 1
iget-object v0, p0, Lcom/bytedance/bdtracker/s0;->a:Ljava/util/HashSet;
invoke-virtual {v0, p1}, Ljava/util/HashSet;->contains(Ljava/lang/Object;)Z
move-result p1
return p1
.end method
.method public a(Ljava/util/HashSet;Ljava/lang/String;)Z
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/HashSet<",
"Ljava/lang/String;",
">;",
"Ljava/lang/String;",
")Z"
}
.end annotation
invoke-virtual {p1, p2}, Ljava/util/HashSet;->contains(Ljava/lang/Object;)Z
move-result p1
return p1
.end method