- 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
38 lines
976 B
Java
38 lines
976 B
Java
package com.google.android.gms.internal.fido;
|
|
|
|
import java.io.IOException;
|
|
import java.util.Iterator;
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbd {
|
|
private final String zza = ",\n ";
|
|
|
|
private zzbd(String str) {
|
|
}
|
|
|
|
public static zzbd zza(String str) {
|
|
return new zzbd(",\n ");
|
|
}
|
|
|
|
public static final CharSequence zzd(Object obj) {
|
|
Objects.requireNonNull(obj);
|
|
return obj instanceof CharSequence ? (CharSequence) obj : obj.toString();
|
|
}
|
|
|
|
public final StringBuilder zzc(StringBuilder sb, Iterator it) {
|
|
try {
|
|
if (it.hasNext()) {
|
|
sb.append(zzd(it.next()));
|
|
while (it.hasNext()) {
|
|
sb.append((CharSequence) this.zza);
|
|
sb.append(zzd(it.next()));
|
|
}
|
|
}
|
|
return sb;
|
|
} catch (IOException e) {
|
|
throw new AssertionError(e);
|
|
}
|
|
}
|
|
}
|