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