package p0;

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

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

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

    public d(Object obj, Object obj2) {
        this.f31570a = obj;
        this.f31571b = obj2;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof d)) {
            return false;
        }
        d dVar = (d) obj;
        return c.equals(dVar.f31570a, this.f31570a) && c.equals(dVar.f31571b, this.f31571b);
    }

    public final int hashCode() {
        Object obj = this.f31570a;
        int iHashCode = obj == null ? 0 : obj.hashCode();
        Object obj2 = this.f31571b;
        return (obj2 != null ? obj2.hashCode() : 0) ^ iHashCode;
    }

    public final String toString() {
        return "Pair{" + this.f31570a + " " + this.f31571b + "}";
    }
}
