- 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
57 lines
1.6 KiB
Java
57 lines
1.6 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzug {
|
|
public final Object zza;
|
|
public final int zzb;
|
|
public final int zzc;
|
|
public final long zzd;
|
|
public final int zze;
|
|
|
|
public zzug(Object obj, int i, int i2, long j) {
|
|
this(obj, i, i2, j, -1);
|
|
}
|
|
|
|
private zzug(Object obj, int i, int i2, long j, int i3) {
|
|
this.zza = obj;
|
|
this.zzb = i;
|
|
this.zzc = i2;
|
|
this.zzd = j;
|
|
this.zze = i3;
|
|
}
|
|
|
|
public zzug(Object obj, long j) {
|
|
this(obj, -1, -1, j, -1);
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zzug)) {
|
|
return false;
|
|
}
|
|
zzug zzugVar = (zzug) obj;
|
|
return this.zza.equals(zzugVar.zza) && this.zzb == zzugVar.zzb && this.zzc == zzugVar.zzc && this.zzd == zzugVar.zzd && this.zze == zzugVar.zze;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return ((((((((this.zza.hashCode() + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + this.zzb) * 31) + this.zzc) * 31) + ((int) this.zzd)) * 31) + this.zze;
|
|
}
|
|
|
|
public final zzug zza(Object obj) {
|
|
return this.zza.equals(obj) ? this : new zzug(obj, this.zzb, this.zzc, this.zzd, this.zze);
|
|
}
|
|
|
|
public final boolean zzb() {
|
|
return this.zzb != -1;
|
|
}
|
|
|
|
public zzug(Object obj, long j, int i) {
|
|
this(obj, -1, -1, j, i);
|
|
}
|
|
}
|