IdentityHashMap$Entry.smali
2.0 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
.class public final Lnet/json/fastjson/util/IdentityHashMap$Entry;
.super Ljava/lang/Object;
.source "IdentityHashMap.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lnet/json/fastjson/util/IdentityHashMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1c
name = "Entry"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field public final hashCode:I
.field public final key:Ljava/lang/reflect/Type;
.field public final next:Lnet/json/fastjson/util/IdentityHashMap$Entry;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lnet/json/fastjson/util/IdentityHashMap$Entry<",
"TV;>;"
}
.end annotation
.end field
.field public value:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TV;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/reflect/Type;Ljava/lang/Object;ILnet/json/fastjson/util/IdentityHashMap$Entry;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/reflect/Type;",
"TV;I",
"Lnet/json/fastjson/util/IdentityHashMap$Entry<",
"TV;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lnet/json/fastjson/util/IdentityHashMap$Entry;->key:Ljava/lang/reflect/Type;
.line 3
iput-object p2, p0, Lnet/json/fastjson/util/IdentityHashMap$Entry;->value:Ljava/lang/Object;
.line 4
iput-object p4, p0, Lnet/json/fastjson/util/IdentityHashMap$Entry;->next:Lnet/json/fastjson/util/IdentityHashMap$Entry;
.line 5
iput p3, p0, Lnet/json/fastjson/util/IdentityHashMap$Entry;->hashCode:I
return-void
.end method