32 lines
883 B
Java
32 lines
883 B
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzhf {
|
|
private final Class zza;
|
|
private final Class zzb;
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zzhf)) {
|
|
return false;
|
|
}
|
|
zzhf zzhfVar = (zzhf) obj;
|
|
return zzhfVar.zza.equals(this.zza) && zzhfVar.zzb.equals(this.zzb);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Arrays.hashCode(new Object[]{this.zza, this.zzb});
|
|
}
|
|
|
|
public final String toString() {
|
|
return this.zza.getSimpleName() + " with serialization type: " + this.zzb.getSimpleName();
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public /* synthetic */ zzhf(Class cls, Class cls2, zzhe zzheVar) {
|
|
this.zza = cls;
|
|
this.zzb = cls2;
|
|
}
|
|
}
|