- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
613 B
Java
28 lines
613 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzf {
|
|
public final int zza = 0;
|
|
|
|
public zzf(int i, float f) {
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj != null && zzf.class == obj.getClass()) {
|
|
if (Float.compare(0.0f, 0.0f) == 0) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Float.floatToIntBits(0.0f) + 16337;
|
|
}
|
|
}
|