package p402;

import java.io.Serializable;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ގ.ރ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6541<A, B> implements Serializable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final A f19316;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final B f19317;

    public C6541(A a, B b) {
        this.f19316 = a;
        this.f19317 = b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C6541)) {
            return false;
        }
        C6541 c6541 = (C6541) obj;
        return C6635.m9825(this.f19316, c6541.f19316) && C6635.m9825(this.f19317, c6541.f19317);
    }

    public int hashCode() {
        A a = this.f19316;
        int iHashCode = (a != null ? a.hashCode() : 0) * 31;
        B b = this.f19317;
        return iHashCode + (b != null ? b.hashCode() : 0);
    }

    public String toString() {
        return '(' + this.f19316 + ", " + this.f19317 + ')';
    }
}
