package com.google.android.gms.internal.measurement; import java.util.Iterator; import java.util.NoSuchElementException; /* loaded from: classes.dex */ final class zzad implements Iterator { final /* synthetic */ zzae zza; private int zzb = 0; zzad(zzae zzaeVar) { this.zza = zzaeVar; } @Override // java.util.Iterator public final boolean hasNext() { return this.zzb < this.zza.zzc(); } @Override // java.util.Iterator public final /* bridge */ /* synthetic */ Object next() { if (this.zzb < this.zza.zzc()) { zzae zzaeVar = this.zza; int i10 = this.zzb; this.zzb = i10 + 1; return zzaeVar.zze(i10); } throw new NoSuchElementException("Out of bounds index: " + this.zzb); } }