pc$y.java
1.77 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
import javax.annotation.Nullable;
class pc$y<K, V>
extends WeakReference<K>
implements pc.l<K, V>
{
final int a;
final pc.l<K, V> b;
volatile pc.w<K, V> c = pc.f();
pc$y(ReferenceQueue<K> paramReferenceQueue, K paramK, int paramInt, @Nullable pc.l<K, V> paraml)
{
super(paramK, paramReferenceQueue);
this.a = paramInt;
this.b = paraml;
}
public final pc.w<K, V> a()
{
return this.c;
}
public void a(long paramLong)
{
throw new UnsupportedOperationException();
}
public void a(pc.l<K, V> paraml)
{
throw new UnsupportedOperationException();
}
public final void a(pc.w<K, V> paramw)
{
pc.w localw = this.c;
this.c = paramw;
localw.a(paramw);
}
public final pc.l<K, V> b()
{
return this.b;
}
public void b(pc.l<K, V> paraml)
{
throw new UnsupportedOperationException();
}
public final int c()
{
return this.a;
}
public void c(pc.l<K, V> paraml)
{
throw new UnsupportedOperationException();
}
public final K d()
{
return (K)get();
}
public void d(pc.l<K, V> paraml)
{
throw new UnsupportedOperationException();
}
public long e()
{
throw new UnsupportedOperationException();
}
public pc.l<K, V> f()
{
throw new UnsupportedOperationException();
}
public pc.l<K, V> g()
{
throw new UnsupportedOperationException();
}
public pc.l<K, V> h()
{
throw new UnsupportedOperationException();
}
public pc.l<K, V> i()
{
throw new UnsupportedOperationException();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$y.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/