qe$g$a.java
1.78 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
import com.google.common.base.Function;
import com.google.common.collect.Collections2;
import com.google.common.collect.Maps;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
final class qe$g$a
extends qe<R, C, V>.h<Map.Entry<R, Map<C, V>>>
{
qe$g$a(qe.g paramg)
{
super(paramg.b, (byte)0);
}
public final boolean contains(Object paramObject)
{
boolean bool2 = false;
boolean bool1 = bool2;
if ((paramObject instanceof Map.Entry))
{
paramObject = (Map.Entry)paramObject;
bool1 = bool2;
if (((Map.Entry)paramObject).getKey() != null)
{
bool1 = bool2;
if ((((Map.Entry)paramObject).getValue() instanceof Map))
{
bool1 = bool2;
if (Collections2.a(this.a.b.a.entrySet(), paramObject)) {
bool1 = true;
}
}
}
}
return bool1;
}
public final Iterator<Map.Entry<R, Map<C, V>>> iterator()
{
Maps.a(this.a.b.a.keySet(), new Function() {});
}
public final boolean remove(Object paramObject)
{
boolean bool2 = false;
boolean bool1 = bool2;
if ((paramObject instanceof Map.Entry))
{
paramObject = (Map.Entry)paramObject;
bool1 = bool2;
if (((Map.Entry)paramObject).getKey() != null)
{
bool1 = bool2;
if ((((Map.Entry)paramObject).getValue() instanceof Map))
{
bool1 = bool2;
if (this.a.b.a.entrySet().remove(paramObject)) {
bool1 = true;
}
}
}
}
return bool1;
}
public final int size()
{
return this.a.b.a.size();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qe$g$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/