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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
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;
}
}