package defpackage;

import java.util.Iterator;
import java.util.NoSuchElementException;

/* JADX INFO: renamed from: ˎʕˇᵼ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1660 implements Iterator {

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

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

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

    public /* synthetic */ C1660(int i, Object obj) {
        this.f6590 = i;
        this.f6591 = obj;
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        switch (this.f6590) {
            case 0:
                if (this.f6592 < ((C3832) this.f6591).f14630.length()) {
                }
                break;
            case 1:
                if (this.f6592 < ((C3832) this.f6591).f14630.length()) {
                }
                break;
            default:
                if (this.f6592 < ((C4446) this.f6591).m9464()) {
                }
                break;
        }
        return false;
    }

    @Override // java.util.Iterator
    public final /* synthetic */ Object next() {
        int i = this.f6590;
        Object obj = this.f6591;
        switch (i) {
            case 0:
                String str = ((C3832) obj).f14630;
                int i2 = this.f6592;
                if (i2 < str.length()) {
                    this.f6592 = i2 + 1;
                    return new C3832(String.valueOf(i2));
                }
                C4468.m9518();
                return null;
            case 1:
                C3832 c3832 = (C3832) obj;
                String str2 = c3832.f14630;
                int i3 = this.f6592;
                if (i3 < str2.length()) {
                    this.f6592 = i3 + 1;
                    return new C3832(String.valueOf(c3832.f14630.charAt(i3)));
                }
                C4468.m9518();
                return null;
            default:
                C4446 c4446 = (C4446) obj;
                int i4 = this.f6592;
                int iM9464 = c4446.m9464();
                int i5 = this.f6592;
                if (i4 >= iM9464) {
                    throw new NoSuchElementException(AbstractC3589.m8106(new StringBuilder(String.valueOf(i5).length() + 21), "Out of bounds index: ", i5));
                }
                this.f6592 = i5 + 1;
                return c4446.m9462(i5);
        }
    }
}
