Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzgzq.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

42 lines
1004 B
Java

package com.google.android.gms.internal.ads;
import java.util.NoSuchElementException;
/* loaded from: classes3.dex */
final class zzgzq extends zzgwc {
final zzgzs zza;
zzgwe zzb = zzb();
final /* synthetic */ zzgzu zzc;
public zzgzq(zzgzu zzgzuVar) {
this.zzc = zzgzuVar;
this.zza = new zzgzs(zzgzuVar, null);
}
private final zzgwe zzb() {
zzgzs zzgzsVar = this.zza;
if (zzgzsVar.hasNext()) {
return zzgzsVar.next().iterator();
}
return null;
}
@Override // java.util.Iterator
public final boolean hasNext() {
return this.zzb != null;
}
@Override // com.google.android.gms.internal.ads.zzgwe
public final byte zza() {
zzgwe zzgweVar = this.zzb;
if (zzgweVar == null) {
throw new NoSuchElementException();
}
byte zza = zzgweVar.zza();
if (!this.zzb.hasNext()) {
this.zzb = zzb();
}
return zza;
}
}