package defpackage;

import java.util.Iterator;

/* JADX INFO: renamed from: ˋﹶʣᵘ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1562 extends AbstractC1423 implements Iterator {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public C5017 f6257;

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

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public boolean f6259 = true;

    public C1562(C0358 c0358) {
        this.f6258 = c0358;
    }

    @Override // java.util.Iterator
    public final boolean hasNext() {
        if (this.f6259) {
            return this.f6258.f2157 != null;
        }
        C5017 c5017 = this.f6257;
        return (c5017 == null || c5017.f19015 == null) ? false : true;
    }

    @Override // java.util.Iterator
    public final Object next() {
        if (this.f6259) {
            this.f6259 = false;
            this.f6257 = this.f6258.f2157;
        } else {
            C5017 c5017 = this.f6257;
            this.f6257 = c5017 != null ? c5017.f19015 : null;
        }
        return this.f6257;
    }

    @Override // defpackage.AbstractC1423
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final void mo4093(C5017 c5017) {
        C5017 c50172 = this.f6257;
        if (c5017 == c50172) {
            C5017 c50173 = c50172.f19017;
            this.f6257 = c50173;
            this.f6259 = c50173 == null;
        }
    }
}
