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