pc$g$1.java
645 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
final class pc$g$1
extends pc.a<K, V>
{
pc.l<K, V> a = this;
pc.l<K, V> b = this;
pc$g$1(pc.g paramg) {}
public final void a(long paramLong) {}
public final void a(pc.l<K, V> paraml)
{
this.a = paraml;
}
public final void b(pc.l<K, V> paraml)
{
this.b = paraml;
}
public final long e()
{
return Long.MAX_VALUE;
}
public final pc.l<K, V> f()
{
return this.a;
}
public final pc.l<K, V> g()
{
return this.b;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$g$1.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/