gc$b.java
1.89 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
public final class gc$b
{
public int a;
public int b;
public Object c;
public int d;
gc$b(int paramInt1, int paramInt2, int paramInt3, Object paramObject)
{
this.a = paramInt1;
this.b = paramInt2;
this.d = paramInt3;
this.c = paramObject;
}
public final boolean equals(Object paramObject)
{
if (this == paramObject) {}
do
{
do
{
do
{
return true;
if ((paramObject == null) || (getClass() != paramObject.getClass())) {
return false;
}
paramObject = (b)paramObject;
if (this.a != ((b)paramObject).a) {
return false;
}
} while ((this.a == 8) && (Math.abs(this.d - this.b) == 1) && (this.d == ((b)paramObject).b) && (this.b == ((b)paramObject).d));
if (this.d != ((b)paramObject).d) {
return false;
}
if (this.b != ((b)paramObject).b) {
return false;
}
if (this.c == null) {
break;
}
} while (this.c.equals(((b)paramObject).c));
return false;
} while (((b)paramObject).c == null);
return false;
}
public final int hashCode()
{
return (this.a * 31 + this.b) * 31 + this.d;
}
public final String toString()
{
StringBuilder localStringBuilder = new StringBuilder().append(Integer.toHexString(System.identityHashCode(this))).append("[");
String str;
switch (this.a)
{
case 3:
case 5:
case 6:
case 7:
default:
str = "??";
}
for (;;)
{
return str + ",s:" + this.b + "c:" + this.d + ",p:" + this.c + "]";
str = "add";
continue;
str = "rm";
continue;
str = "up";
continue;
str = "mv";
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/gc$b.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/