package w4;

/* JADX INFO: loaded from: classes.dex */
public final class c extends v4.b {

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f34188d;

    public c(int i10) {
        super(1);
        this.f34186b = i10;
        this.f34187c = 0;
        this.f34188d = i10 >= 0;
    }

    @Override // v4.b
    public final int a() {
        int i10 = this.f34187c;
        int i11 = this.f34186b;
        if (i10 >= i11) {
            this.f34188d = false;
            return i11;
        }
        this.f34187c = i10 + 1;
        return i10;
    }

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