28 lines
731 B
Java
28 lines
731 B
Java
package o;
|
|
|
|
/* renamed from: o.gmy, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
final class C15310gmy {
|
|
final C15308gmw a;
|
|
final Object b;
|
|
volatile boolean d = true;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C15310gmy(Object obj, C15308gmw c15308gmw) {
|
|
this.b = obj;
|
|
this.a = c15308gmw;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof C15310gmy)) {
|
|
return false;
|
|
}
|
|
C15310gmy c15310gmy = (C15310gmy) obj;
|
|
return this.b == c15310gmy.b && this.a.equals(c15310gmy.a);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode() + this.a.b.hashCode();
|
|
}
|
|
}
|