package p402.p417;

import java.util.NoSuchElementException;
import p402.p403.AbstractC6566;

/* JADX INFO: renamed from: ގ.ޑ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6661 extends AbstractC6566 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final int f19415;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public boolean f19416;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public int f19417;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final int f19418;

    public C6661(int i, int i2, int i3) {
        this.f19418 = i3;
        this.f19415 = i2;
        boolean z = true;
        if (i3 <= 0 ? i < i2 : i > i2) {
            z = false;
        }
        this.f19416 = z;
        this.f19417 = z ? i : this.f19415;
    }

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

    @Override // p402.p403.AbstractC6566
    /* JADX INFO: renamed from: ؠ */
    public int mo9797() {
        int i = this.f19417;
        if (i != this.f19415) {
            this.f19417 = this.f19418 + i;
        } else {
            if (!this.f19416) {
                throw new NoSuchElementException();
            }
            this.f19416 = false;
        }
        return i;
    }
}
