package u0;

/* JADX INFO: renamed from: u0.h, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1572h {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final /* synthetic */ int f17285c = 0;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f17286a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f17287b;

    static {
        new C1572h(new a0());
        x0.v.G(0);
        x0.v.G(1);
        x0.v.G(2);
        x0.v.G(3);
    }

    public C1572h(a0 a0Var) {
        a0Var.getClass();
        this.f17286a = 0;
        this.f17287b = 0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1572h)) {
            return false;
        }
        C1572h c1572h = (C1572h) obj;
        c1572h.getClass();
        return this.f17286a == c1572h.f17286a && this.f17287b == c1572h.f17287b;
    }

    public final int hashCode() {
        return (((16337 + this.f17286a) * 31) + this.f17287b) * 31;
    }
}
