55 lines
1.3 KiB
Java
55 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import java.lang.reflect.Method;
|
||
|
import org.greenrobot.eventbus.ThreadMode;
|
||
|
|
||
|
/* renamed from: o.gmw, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C15308gmw {
|
||
|
final Method a;
|
||
|
String b;
|
||
|
final int c;
|
||
|
final boolean d;
|
||
|
final Class<?> e;
|
||
|
final ThreadMode h;
|
||
|
|
||
|
public C15308gmw(Method method, Class<?> cls, ThreadMode threadMode, int i, boolean z) {
|
||
|
this.a = method;
|
||
|
this.h = threadMode;
|
||
|
this.e = cls;
|
||
|
this.c = i;
|
||
|
this.d = z;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (obj == this) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15308gmw)) {
|
||
|
return false;
|
||
|
}
|
||
|
d();
|
||
|
C15308gmw c15308gmw = (C15308gmw) obj;
|
||
|
c15308gmw.d();
|
||
|
return this.b.equals(c15308gmw.b);
|
||
|
}
|
||
|
|
||
|
private void d() {
|
||
|
synchronized (this) {
|
||
|
if (this.b == null) {
|
||
|
StringBuilder sb = new StringBuilder(64);
|
||
|
sb.append(this.a.getDeclaringClass().getName());
|
||
|
sb.append('#');
|
||
|
sb.append(this.a.getName());
|
||
|
sb.append('(');
|
||
|
sb.append(this.e.getName());
|
||
|
this.b = sb.toString();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.a.hashCode();
|
||
|
}
|
||
|
}
|