- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
38 lines
942 B
Java
38 lines
942 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.NoSuchElementException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzau implements Iterator<zzaq> {
|
|
private int zza = 0;
|
|
private final /* synthetic */ zzas zzb;
|
|
|
|
@Override // java.util.Iterator
|
|
public final /* synthetic */ zzaq next() {
|
|
String str;
|
|
String str2;
|
|
int i = this.zza;
|
|
str = this.zzb.zza;
|
|
if (i >= str.length()) {
|
|
throw new NoSuchElementException();
|
|
}
|
|
str2 = this.zzb.zza;
|
|
int i2 = this.zza;
|
|
this.zza = i2 + 1;
|
|
return new zzas(String.valueOf(str2.charAt(i2)));
|
|
}
|
|
|
|
public zzau(zzas zzasVar) {
|
|
this.zzb = zzasVar;
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public final boolean hasNext() {
|
|
String str;
|
|
int i = this.zza;
|
|
str = this.zzb.zza;
|
|
return i < str.length();
|
|
}
|
|
}
|