- 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
34 lines
951 B
Java
34 lines
951 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.List;
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzglu {
|
|
private final zzglo zza;
|
|
private final List zzb;
|
|
private final Integer zzc;
|
|
|
|
public /* synthetic */ zzglu(zzglo zzgloVar, List list, Integer num, zzglt zzgltVar) {
|
|
this.zza = zzgloVar;
|
|
this.zzb = list;
|
|
this.zzc = num;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zzglu)) {
|
|
return false;
|
|
}
|
|
zzglu zzgluVar = (zzglu) obj;
|
|
return this.zza.equals(zzgluVar.zza) && this.zzb.equals(zzgluVar.zzb) && Objects.equals(this.zzc, zzgluVar.zzc);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Objects.hash(this.zza, this.zzb);
|
|
}
|
|
|
|
public final String toString() {
|
|
return String.format("(annotations=%s, entries=%s, primaryKeyId=%s)", this.zza, this.zzb, this.zzc);
|
|
}
|
|
}
|