mm$w.java
774 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
53
54
55
import java.lang.ref.ReferenceQueue;
class mm$w<K, V>
implements mm.z<K, V>
{
final V a;
mm$w(V paramV)
{
this.a = paramV;
}
public int a()
{
return 1;
}
public final mm.z<K, V> a(ReferenceQueue<V> paramReferenceQueue, V paramV, mm.p<K, V> paramp)
{
return this;
}
public final void a(V paramV) {}
public final mm.p<K, V> b()
{
return null;
}
public final boolean c()
{
return false;
}
public final boolean d()
{
return true;
}
public final V e()
{
return (V)get();
}
public V get()
{
return (V)this.a;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mm$w.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/