package p138.p176.p291.p296.p297.p301;

import p138.p139.p143.p144.C2803;
import p138.p176.p291.p296.p297.p301.AbstractC5781;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ފ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5760 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5795 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final long f16439;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final long f16440;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f16441;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final String f16442;

    public /* synthetic */ C5760(long j, long j2, String str, String str2, C5761 c5761) {
        this.f16439 = j;
        this.f16440 = j2;
        this.f16441 = str;
        this.f16442 = str2;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5795)) {
            return false;
        }
        C5760 c5760 = (C5760) ((AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5793.AbstractC5794.AbstractC5795) obj);
        if (this.f16439 == c5760.f16439 && this.f16440 == c5760.f16440 && this.f16441.equals(c5760.f16441)) {
            String str = this.f16442;
            if (str == null) {
                if (c5760.f16442 == null) {
                    return true;
                }
            } else if (str.equals(c5760.f16442)) {
                return true;
            }
        }
        return false;
    }

    public int hashCode() {
        long j = this.f16439;
        long j2 = this.f16440;
        int iHashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f16441.hashCode()) * 1000003;
        String str = this.f16442;
        return (str == null ? 0 : str.hashCode()) ^ iHashCode;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("BinaryImage{baseAddress=");
        sbM4889.append(this.f16439);
        sbM4889.append(", size=");
        sbM4889.append(this.f16440);
        sbM4889.append(", name=");
        sbM4889.append(this.f16441);
        sbM4889.append(", uuid=");
        return C2803.m4884(sbM4889, this.f16442, "}");
    }
}
