package defpackage;

import java.util.Iterator;

/* JADX INFO: renamed from: ᵥᵣʿ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3517 implements Iterator {

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final int f13502;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public final /* synthetic */ Object f13504;

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final /* synthetic */ int f13501 = 3;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public int f13503 = 0;

    public C3517(AbstractC0287 abstractC0287) {
        this.f13504 = abstractC0287;
        this.f13502 = abstractC0287.mo1530();
    }

    public C3517(C1236 c1236) {
        this.f13504 = c1236;
        this.f13502 = c1236.size();
    }

    public C3517(C3056 c3056) {
        this.f13504 = c3056;
        this.f13502 = c3056.size();
    }

    public C3517(AbstractC4667 abstractC4667) {
        this.f13504 = abstractC4667;
        this.f13502 = abstractC4667.mo1614();
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        switch (this.f13501) {
            case 0:
                if (this.f13503 < this.f13502) {
                }
                break;
            case 1:
                if (this.f13503 < this.f13502) {
                }
                break;
            case 2:
                if (this.f13503 < this.f13502) {
                }
                break;
            default:
                if (this.f13503 < this.f13502) {
                }
                break;
        }
        return false;
    }

    @Override // java.util.Iterator
    public final Object next() {
        int i = this.f13501;
        Object obj = this.f13504;
        int i2 = this.f13502;
        switch (i) {
            case 0:
                int i3 = this.f13503;
                if (i3 >= i2) {
                    C4468.m9518();
                } else {
                    this.f13503 = i3 + 1;
                }
                break;
            case 1:
                int i4 = this.f13503;
                if (i4 >= i2) {
                    C4468.m9518();
                } else {
                    this.f13503 = i4 + 1;
                }
                break;
            case 2:
                int i5 = this.f13503;
                if (i5 >= i2) {
                    C4468.m9518();
                } else {
                    this.f13503 = i5 + 1;
                }
                break;
            default:
                int i6 = this.f13503;
                if (i6 >= i2) {
                    C4468.m9518();
                } else {
                    this.f13503 = i6 + 1;
                }
                break;
        }
        return null;
    }

    @Override // java.util.Iterator
    public final void remove() {
        switch (this.f13501) {
            case 0:
                throw new UnsupportedOperationException();
            case 1:
                throw new UnsupportedOperationException();
            case 2:
                throw new UnsupportedOperationException();
            default:
                throw new UnsupportedOperationException();
        }
    }
}
