pc$ad.java
1.18 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
import java.util.Map.Entry;
import javax.annotation.Nullable;
final class pc$ad
extends mw<K, V>
{
final K a;
V b;
pc$ad(K paramK, V paramV)
{
this.a = paramV;
Object localObject;
this.b = localObject;
}
public final boolean equals(@Nullable Object paramObject)
{
boolean bool2 = false;
boolean bool1 = bool2;
if ((paramObject instanceof Map.Entry))
{
paramObject = (Map.Entry)paramObject;
bool1 = bool2;
if (this.a.equals(((Map.Entry)paramObject).getKey()))
{
bool1 = bool2;
if (this.b.equals(((Map.Entry)paramObject).getValue())) {
bool1 = true;
}
}
}
return bool1;
}
public final K getKey()
{
return (K)this.a;
}
public final V getValue()
{
return (V)this.b;
}
public final int hashCode()
{
return this.a.hashCode() ^ this.b.hashCode();
}
public final V setValue(V paramV)
{
Object localObject = this.c.put(this.a, paramV);
this.b = paramV;
return (V)localObject;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/pc$ad.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/