package defpackage;

import androidx.media3.container.NalUnitUtil;
import java.util.Iterator;
import java.util.NoSuchElementException;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010(\n\u0000\b\n\u0018\u00002\b\u0012\u0004\u0012\u00028\u00000\u0001¨\u0006\u0002"}, d2 = {"Lba9;", "", "kotlin-stdlib"}, k = 1, mv = {2, 1, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final class ba9 implements Iterator<Object>, f25 {
    public int a;
    public final /* synthetic */ ca9 b;

    public ba9(ca9 ca9Var) {
        this.b = ca9Var;
        throw null;
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        if (this.a < this.b.a) {
            throw null;
        }
        if (this.a >= 0) {
            return false;
        }
        throw null;
    }

    @Override // java.util.Iterator
    public final Object next() {
        if (this.a < this.b.a) {
            throw null;
        }
        int i = this.a;
        if (i >= 0) {
            throw new NoSuchElementException();
        }
        this.a = i + 1;
        throw null;
    }

    @Override // java.util.Iterator
    public final void remove() {
        throw new UnsupportedOperationException("Operation is not supported for read-only collection");
    }
}
