pc$aa.java
947 Bytes
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
import java.lang.ref.ReferenceQueue;
import javax.annotation.Nullable;
final class pc$aa<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$aa(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 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;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$aa.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/