- 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
48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfuh {
|
|
private final String zza;
|
|
private final zzfug zzb;
|
|
private zzfug zzc;
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder(32);
|
|
sb.append(this.zza);
|
|
sb.append('{');
|
|
zzfug zzfugVar = this.zzb.zzb;
|
|
String str = "";
|
|
while (zzfugVar != null) {
|
|
Object obj = zzfugVar.zza;
|
|
sb.append(str);
|
|
if (obj == null || !obj.getClass().isArray()) {
|
|
sb.append(obj);
|
|
} else {
|
|
sb.append((CharSequence) Arrays.deepToString(new Object[]{obj}), 1, r2.length() - 1);
|
|
}
|
|
zzfugVar = zzfugVar.zzb;
|
|
str = ", ";
|
|
}
|
|
sb.append('}');
|
|
return sb.toString();
|
|
}
|
|
|
|
public final zzfuh zza(Object obj) {
|
|
zzfug zzfugVar = new zzfug();
|
|
this.zzc.zzb = zzfugVar;
|
|
this.zzc = zzfugVar;
|
|
zzfugVar.zza = obj;
|
|
return this;
|
|
}
|
|
|
|
public /* synthetic */ zzfuh(String str, zzfui zzfuiVar) {
|
|
zzfug zzfugVar = new zzfug();
|
|
this.zzb = zzfugVar;
|
|
this.zzc = zzfugVar;
|
|
str.getClass();
|
|
this.zza = str;
|
|
}
|
|
}
|