pc$ab.java
1.23 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
import java.lang.ref.ReferenceQueue;
import javax.annotation.Nullable;
final class pc$ab<K, V>
extends pc.y<K, V>
implements pc.l<K, V>
{
volatile long d = Long.MAX_VALUE;
pc.l<K, V> e = pc.g();
pc.l<K, V> f = pc.g();
pc.l<K, V> g = pc.g();
pc.l<K, V> h = pc.g();
pc$ab(ReferenceQueue<K> paramReferenceQueue, K paramK, int paramInt, @Nullable pc.l<K, V> paraml)
{
super(paramReferenceQueue, paramK, paramInt, paraml);
}
public final void a(long paramLong)
{
this.d = paramLong;
}
public final void a(pc.l<K, V> paraml)
{
this.e = paraml;
}
public final void b(pc.l<K, V> paraml)
{
this.f = paraml;
}
public final void c(pc.l<K, V> paraml)
{
this.g = paraml;
}
public final void d(pc.l<K, V> paraml)
{
this.h = paraml;
}
public final long e()
{
return this.d;
}
public final pc.l<K, V> f()
{
return this.e;
}
public final pc.l<K, V> g()
{
return this.f;
}
public final pc.l<K, V> h()
{
return this.g;
}
public final pc.l<K, V> i()
{
return this.h;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$ab.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/