qm$a.java
1.02 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
import com.google.common.base.Objects;
import java.lang.reflect.Method;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Nullable;
final class qm$a
{
private final String a;
private final List<Class<?>> b;
qm$a(Method paramMethod)
{
this.a = paramMethod.getName();
this.b = Arrays.asList(paramMethod.getParameterTypes());
}
public final boolean equals(@Nullable Object paramObject)
{
boolean bool2 = false;
boolean bool1 = bool2;
if ((paramObject instanceof a))
{
paramObject = (a)paramObject;
bool1 = bool2;
if (this.a.equals(((a)paramObject).a))
{
bool1 = bool2;
if (this.b.equals(((a)paramObject).b)) {
bool1 = true;
}
}
}
return bool1;
}
public final int hashCode()
{
return Objects.hashCode(new Object[] { this.a, this.b });
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qm$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/