pq$a.java
1.47 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
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Table.Cell;
import com.google.common.collect.UnmodifiableIterator;
import javax.annotation.Nullable;
final class pq$a
extends ImmutableSet<Table.Cell<R, C, V>>
{
private pq$a(pq parampq) {}
final boolean a()
{
return false;
}
final ImmutableList<Table.Cell<R, C, V>> c()
{
new op()
{
final ImmutableCollection<Table.Cell<R, C, V>> b()
{
return pq.a.this;
}
};
}
public final boolean contains(@Nullable Object paramObject)
{
boolean bool2 = false;
boolean bool1 = bool2;
if ((paramObject instanceof Table.Cell))
{
paramObject = (Table.Cell)paramObject;
Object localObject = this.a.get(((Table.Cell)paramObject).getRowKey(), ((Table.Cell)paramObject).getColumnKey());
bool1 = bool2;
if (localObject != null)
{
bool1 = bool2;
if (localObject.equals(((Table.Cell)paramObject).getValue())) {
bool1 = true;
}
}
}
return bool1;
}
public final UnmodifiableIterator<Table.Cell<R, C, V>> iterator()
{
return asList().iterator();
}
public final int size()
{
return this.a.size();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pq$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/