package O0;

import android.util.SparseArray;
import android.util.SparseBooleanArray;
import java.util.HashMap;
import java.util.Map;
import u0.W;

/* JADX INFO: loaded from: classes.dex */
public final class j extends W {

    /* JADX INFO: renamed from: A, reason: collision with root package name */
    public final boolean f4851A;

    /* JADX INFO: renamed from: B, reason: collision with root package name */
    public final SparseArray f4852B;

    /* JADX INFO: renamed from: C, reason: collision with root package name */
    public final SparseBooleanArray f4853C;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public final boolean f4854u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final boolean f4855v;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final boolean f4856w;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final boolean f4857x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public final boolean f4858y;

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    public final boolean f4859z;

    public j(k kVar) {
        b(kVar);
        this.f4854u = kVar.f4863u;
        this.f4855v = kVar.f4864v;
        this.f4856w = kVar.f4865w;
        this.f4857x = kVar.f4866x;
        this.f4858y = kVar.f4867y;
        this.f4859z = kVar.f4868z;
        this.f4851A = kVar.f4860A;
        SparseArray sparseArray = new SparseArray();
        int i = 0;
        while (true) {
            SparseArray sparseArray2 = kVar.f4861B;
            if (i >= sparseArray2.size()) {
                this.f4852B = sparseArray;
                this.f4853C = kVar.f4862C.clone();
                return;
            } else {
                sparseArray.put(sparseArray2.keyAt(i), new HashMap((Map) sparseArray2.valueAt(i)));
                i++;
            }
        }
    }

    @Override // u0.W
    public final W c(String[] strArr) {
        super.c(strArr);
        return this;
    }

    public final void d(int i) {
        this.f17226t.remove(Integer.valueOf(i));
    }

    public j() {
        this.f4852B = new SparseArray();
        this.f4853C = new SparseBooleanArray();
        this.f4854u = true;
        this.f4855v = true;
        this.f4856w = true;
        this.f4857x = true;
        this.f4858y = true;
        this.f4859z = true;
        this.f4851A = true;
    }
}
