Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

43 lines
1.0 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzkj {
public final long zza;
public final float zzb;
public final long zzc;
public /* synthetic */ zzkj(zzkh zzkhVar, zzki zzkiVar) {
long j;
float f;
long j2;
j = zzkhVar.zza;
this.zza = j;
f = zzkhVar.zzb;
this.zzb = f;
j2 = zzkhVar.zzc;
this.zzc = j2;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zzkj)) {
return false;
}
zzkj zzkjVar = (zzkj) obj;
return this.zza == zzkjVar.zza && this.zzb == zzkjVar.zzb && this.zzc == zzkjVar.zzc;
}
public final int hashCode() {
return Arrays.hashCode(new Object[]{Long.valueOf(this.zza), Float.valueOf(this.zzb), Long.valueOf(this.zzc)});
}
public final zzkh zza() {
return new zzkh(this, null);
}
}