pi$a.java
1.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
import com.google.common.collect.ImmutableBiMap;
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.UnmodifiableIterator;
import java.util.Map.Entry;
import javax.annotation.Nullable;
final class pi$a
extends ImmutableBiMap<V, K>
{
private pi$a(pi parampi) {}
final boolean b()
{
return false;
}
final ImmutableSet<Map.Entry<V, K>> d()
{
return new pi.a.a();
}
public final K get(@Nullable Object paramObject)
{
if (paramObject == null) {}
for (;;)
{
return null;
int i = oo.a(paramObject.hashCode());
int j = this.a.b;
for (ot localot = this.a.a[(i & j)]; localot != null; localot = localot.b()) {
if (paramObject.equals(localot.getValue())) {
return (K)localot.getKey();
}
}
}
}
public final ImmutableBiMap<K, V> inverse()
{
return this.a;
}
public final int size()
{
return inverse().size();
}
final Object writeReplace()
{
return new pi.b(this.a);
}
final class a
extends ou<V, K>
{
a() {}
final ImmutableMap<V, K> b()
{
return pi.a.this;
}
final ImmutableList<Map.Entry<V, K>> c()
{
new op()
{
final ImmutableCollection<Map.Entry<V, K>> b()
{
return pi.a.a.this;
}
};
}
final boolean c_()
{
return true;
}
public final int hashCode()
{
return pi.b(pi.a.this.a);
}
public final UnmodifiableIterator<Map.Entry<V, K>> iterator()
{
return asList().iterator();
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pi$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/