package R4;

import P6.g;
import k4.j;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final i7.d f6063a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public j f6064b = null;

    public a(i7.d dVar) {
        this.f6063a = dVar;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return this.f6063a.equals(aVar.f6063a) && g.a(this.f6064b, aVar.f6064b);
    }

    public final int hashCode() {
        int iHashCode = this.f6063a.hashCode() * 31;
        j jVar = this.f6064b;
        return iHashCode + (jVar == null ? 0 : jVar.hashCode());
    }

    public final String toString() {
        return "Dependency(mutex=" + this.f6063a + ", subscriber=" + this.f6064b + ')';
    }
}
