- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
37 lines
1.1 KiB
Java
37 lines
1.1 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class q5 {
|
|
public final String a;
|
|
public final f9 b;
|
|
public final f9 c;
|
|
public final int d;
|
|
public final int e;
|
|
|
|
public q5(String str, f9 f9Var, f9 f9Var2, int i, int i2) {
|
|
b1.a(i == 0 || i2 == 0);
|
|
this.a = b1.a(str);
|
|
this.b = (f9) b1.a(f9Var);
|
|
this.c = (f9) b1.a(f9Var2);
|
|
this.d = i;
|
|
this.e = i2;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || q5.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
q5 q5Var = (q5) obj;
|
|
return this.d == q5Var.d && this.e == q5Var.e && this.a.equals(q5Var.a) && this.b.equals(q5Var.b) && this.c.equals(q5Var.c);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return ((((((((this.d + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + this.e) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
}
|