what-the-bank/sources/com/google/android/libraries/places/internal/zzhz.java

43 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.libraries.places.internal;
import java.io.IOException;
import java.util.Iterator;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zzhz extends zzib {
final zzib zza;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzhz(zzib zzibVar, zzib zzibVar2) {
super(zzibVar2, null);
this.zza = zzibVar;
}
@Override // com.google.android.libraries.places.internal.zzib
public final Appendable zzb(Appendable appendable, Iterator it) throws IOException {
String str;
zzig.zzc(it, "parts");
while (true) {
if (!it.hasNext()) {
break;
}
Object next = it.next();
if (next != null) {
appendable.append(this.zza.zza(next));
break;
}
}
while (it.hasNext()) {
Object next2 = it.next();
if (next2 != null) {
str = this.zza.zza;
appendable.append(str);
appendable.append(this.zza.zza(next2));
}
}
return appendable;
}
}