pc$x.java
675 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
import java.util.AbstractCollection;
import java.util.Iterator;
final class pc$x
extends AbstractCollection<V>
{
pc$x(pc parampc) {}
public final void clear()
{
this.a.clear();
}
public final boolean contains(Object paramObject)
{
return this.a.containsValue(paramObject);
}
public final boolean isEmpty()
{
return this.a.isEmpty();
}
public final Iterator<V> iterator()
{
return new pc.v(this.a);
}
public final int size()
{
return this.a.size();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$x.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/