package p138.p176.p177.p242.p258.p263;

import java.util.NoSuchElementException;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ʻ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4433 implements InterfaceC4419 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public int f13781 = 0;

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

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final /* synthetic */ AbstractC4435 f13783;

    public C4433(AbstractC4435 abstractC4435) {
        this.f13783 = abstractC4435;
        this.f13782 = this.f13783.mo7393();
    }

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

    @Override // java.util.Iterator
    public Byte next() {
        return Byte.valueOf(mo7351());
    }

    @Override // java.util.Iterator
    public final void remove() {
        throw new UnsupportedOperationException();
    }

    @Override // p138.p176.p177.p242.p258.p263.InterfaceC4419
    /* JADX INFO: renamed from: ֏ */
    public final byte mo7351() {
        int i = this.f13781;
        if (i >= this.f13782) {
            throw new NoSuchElementException();
        }
        this.f13781 = i + 1;
        return this.f13783.mo7395(i);
    }
}
