package com.google.android.gms.internal.ads;

import java.util.NoSuchElementException;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class ia2 extends ct1 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f12447b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f12448c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ zzian f12449d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ia2(zzian zzianVar) {
        super(1);
        Objects.requireNonNull(zzianVar);
        this.f12449d = zzianVar;
        this.f12447b = 0;
        this.f12448c = zzianVar.j();
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        return this.f12447b < this.f12448c;
    }

    @Override // com.google.android.gms.internal.ads.ct1
    public final byte zza() {
        int i10 = this.f12447b;
        if (i10 >= this.f12448c) {
            throw new NoSuchElementException();
        }
        this.f12447b = i10 + 1;
        return this.f12449d.i(i10);
    }
}
