- 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
31 lines
766 B
Java
31 lines
766 B
Java
package com.tapjoy.internal;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class k {
|
|
public static final k f = new k(0, 0, 0, 0.0d);
|
|
public final long a;
|
|
public final long b;
|
|
public final long c;
|
|
public final double d;
|
|
public long e;
|
|
|
|
public k(long j, long j2, long j3, double d) {
|
|
this.a = j;
|
|
this.b = j2;
|
|
this.c = j3;
|
|
this.d = d;
|
|
this.e = j;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || k.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
k kVar = (k) obj;
|
|
return this.a == kVar.a && this.b == kVar.b && this.c == kVar.c && this.d == kVar.d && this.e == kVar.e;
|
|
}
|
|
}
|