package defpackage;

import java.util.HashMap;
import java.util.Iterator;

/* JADX INFO: renamed from: ᵤˎ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3419 {

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public static final C2840 f13159;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public static final C2166 f13160;

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final HashMap f13161;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final C2840 f13162;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final HashMap f13163;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public C2166 f13164;

    static {
        int i = 0;
        f13159 = new C2840(i);
        f13160 = new C2166(i);
    }

    public /* synthetic */ C3419() {
        C2840 c2840 = ᵻᵕᵭ.ᵨᵣ;
        this.f13163 = new HashMap();
        this.f13161 = new HashMap();
        this.f13164 = null;
        this.f13162 = c2840;
    }

    public C3419(C3419 c3419) {
        HashMap map = new HashMap();
        this.f13163 = map;
        HashMap map2 = new HashMap();
        this.f13161 = map2;
        map.putAll(c3419.f13163);
        map2.putAll(c3419.f13161);
        this.f13162 = c3419.f13162;
        this.f13164 = c3419.f13164;
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public void m7832(C1507 c1507, Iterator it, C4136 c4136) {
        C2166 c2166 = (C2166) this.f13161.get(c1507);
        if (c2166 != null) {
            c2166.m5681(c1507, it, c4136);
            return;
        }
        C2166 c21662 = this.f13164;
        if (c21662 != null && !this.f13163.containsKey(c1507)) {
            c21662.m5681(c1507, it, c4136);
        } else {
            while (it.hasNext()) {
                m7833(c1507, it.next(), c4136);
            }
        }
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public void m7833(C1507 c1507, Object obj, C4136 c4136) {
        C2840 c2840 = (C2840) this.f13163.get(c1507);
        if (c2840 != null) {
            c2840.m6819(c1507, obj, c4136);
        } else {
            this.f13162.m6819(c1507, obj, c4136);
        }
    }
}
