package K;

/* JADX INFO: renamed from: K.j0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0460j0 {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C0460j0 f3875d = new C0460j0(null, null, null, 63);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final J4.c f3876a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final J4.c f3877b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final J4.c f3878c;

    public C0460j0(J4.c cVar, J4.c cVar2, J4.c cVar3, int i6) {
        cVar = (i6 & 1) != 0 ? null : cVar;
        cVar2 = (i6 & 4) != 0 ? null : cVar2;
        cVar3 = (i6 & 16) != 0 ? null : cVar3;
        this.f3876a = cVar;
        this.f3877b = cVar2;
        this.f3878c = cVar3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0460j0)) {
            return false;
        }
        C0460j0 c0460j0 = (C0460j0) obj;
        return this.f3876a == c0460j0.f3876a && this.f3877b == c0460j0.f3877b && this.f3878c == c0460j0.f3878c;
    }

    public final int hashCode() {
        J4.c cVar = this.f3876a;
        int iHashCode = (cVar != null ? cVar.hashCode() : 0) * 961;
        J4.c cVar2 = this.f3877b;
        int iHashCode2 = (iHashCode + (cVar2 != null ? cVar2.hashCode() : 0)) * 961;
        J4.c cVar3 = this.f3878c;
        return (iHashCode2 + (cVar3 != null ? cVar3.hashCode() : 0)) * 31;
    }
}
