package u0;

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

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f17208a = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f17209b = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f17210c = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f17211d = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f17212e = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int f17213f = Integer.MAX_VALUE;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public boolean f17214g = true;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public boolean f17215h = true;
    public C3.W i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public C3.W f17216j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public C3.W f17217k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public int f17218l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public int f17219m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public C3.W f17220n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public V f17221o;

    /* JADX INFO: renamed from: p, reason: collision with root package name */
    public C3.W f17222p;

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public boolean f17223q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public int f17224r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public HashMap f17225s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public HashSet f17226t;

    public W() {
        C3.E e8 = C3.G.f1197r;
        C3.W w4 = C3.W.f1225u;
        this.i = w4;
        this.f17216j = w4;
        this.f17217k = w4;
        this.f17218l = Integer.MAX_VALUE;
        this.f17219m = Integer.MAX_VALUE;
        this.f17220n = w4;
        this.f17221o = V.f17207a;
        this.f17222p = w4;
        this.f17223q = true;
        this.f17224r = 0;
        this.f17225s = new HashMap();
        this.f17226t = new HashSet();
    }

    public void a(int i) {
        Iterator it = this.f17225s.values().iterator();
        while (it.hasNext()) {
            if (((U) it.next()).f17205a.f17202c == i) {
                it.remove();
            }
        }
    }

    public final void b(X x8) {
        this.f17208a = x8.f17227a;
        this.f17209b = x8.f17228b;
        this.f17210c = x8.f17229c;
        this.f17211d = x8.f17230d;
        this.f17212e = x8.f17231e;
        this.f17213f = x8.f17232f;
        this.f17214g = x8.f17233g;
        this.f17215h = x8.f17234h;
        this.i = x8.i;
        this.f17216j = x8.f17235j;
        this.f17217k = x8.f17236k;
        this.f17218l = x8.f17237l;
        this.f17219m = x8.f17238m;
        this.f17220n = x8.f17239n;
        this.f17221o = x8.f17240o;
        this.f17222p = x8.f17241p;
        this.f17223q = x8.f17242q;
        this.f17224r = x8.f17243r;
        this.f17226t = new HashSet(x8.f17245t);
        this.f17225s = new HashMap(x8.f17244s);
    }

    public W c(String... strArr) {
        C3.D dJ = C3.G.j();
        for (String str : strArr) {
            str.getClass();
            dJ.a(x0.v.M(str));
        }
        this.f17222p = dJ.g();
        this.f17223q = false;
        return this;
    }
}
