package p138.p145.p146.p151.p154;

import java.security.MessageDigest;
import java.util.Map;
import p000.p001.p002.p003.p004.C0567;
import p138.p139.p143.p144.C2803;
import p138.p145.p146.p151.C2848;
import p138.p145.p146.p151.InterfaceC2844;
import p138.p145.p146.p151.InterfaceC2852;

/* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ފ.ތ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2923 implements InterfaceC2844 {

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

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

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

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final Class<?> f9023;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final Class<?> f9024;

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

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final Map<Class<?>, InterfaceC2852<?>> f9026;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final C2848 f9027;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public int f9028;

    public C2923(Object obj, InterfaceC2844 interfaceC2844, int i, int i2, Map<Class<?>, InterfaceC2852<?>> map, Class<?> cls, Class<?> cls2, C2848 c2848) {
        C0567.m1858(obj, "Argument must not be null");
        this.f9020 = obj;
        C0567.m1858(interfaceC2844, "Signature must not be null");
        this.f9025 = interfaceC2844;
        this.f9021 = i;
        this.f9022 = i2;
        C0567.m1858(map, "Argument must not be null");
        this.f9026 = map;
        C0567.m1858(cls, "Resource class must not be null");
        this.f9023 = cls;
        C0567.m1858(cls2, "Transcode class must not be null");
        this.f9024 = cls2;
        C0567.m1858(c2848, "Argument must not be null");
        this.f9027 = c2848;
    }

    @Override // p138.p145.p146.p151.InterfaceC2844
    public boolean equals(Object obj) {
        if (!(obj instanceof C2923)) {
            return false;
        }
        C2923 c2923 = (C2923) obj;
        return this.f9020.equals(c2923.f9020) && this.f9025.equals(c2923.f9025) && this.f9022 == c2923.f9022 && this.f9021 == c2923.f9021 && this.f9026.equals(c2923.f9026) && this.f9023.equals(c2923.f9023) && this.f9024.equals(c2923.f9024) && this.f9027.equals(c2923.f9027);
    }

    @Override // p138.p145.p146.p151.InterfaceC2844
    public int hashCode() {
        if (this.f9028 == 0) {
            int iHashCode = this.f9020.hashCode();
            this.f9028 = iHashCode;
            int iHashCode2 = this.f9025.hashCode() + (iHashCode * 31);
            this.f9028 = iHashCode2;
            int i = (iHashCode2 * 31) + this.f9021;
            this.f9028 = i;
            int i2 = (i * 31) + this.f9022;
            this.f9028 = i2;
            int iHashCode3 = this.f9026.hashCode() + (i2 * 31);
            this.f9028 = iHashCode3;
            int iHashCode4 = this.f9023.hashCode() + (iHashCode3 * 31);
            this.f9028 = iHashCode4;
            int iHashCode5 = this.f9024.hashCode() + (iHashCode4 * 31);
            this.f9028 = iHashCode5;
            this.f9028 = this.f9027.hashCode() + (iHashCode5 * 31);
        }
        return this.f9028;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("EngineKey{model=");
        sbM4889.append(this.f9020);
        sbM4889.append(", width=");
        sbM4889.append(this.f9021);
        sbM4889.append(", height=");
        sbM4889.append(this.f9022);
        sbM4889.append(", resourceClass=");
        sbM4889.append(this.f9023);
        sbM4889.append(", transcodeClass=");
        sbM4889.append(this.f9024);
        sbM4889.append(", signature=");
        sbM4889.append(this.f9025);
        sbM4889.append(", hashCode=");
        sbM4889.append(this.f9028);
        sbM4889.append(", transformations=");
        sbM4889.append(this.f9026);
        sbM4889.append(", options=");
        sbM4889.append(this.f9027);
        sbM4889.append('}');
        return sbM4889.toString();
    }

    @Override // p138.p145.p146.p151.InterfaceC2844
    /* JADX INFO: renamed from: ֏ */
    public void mo2526(MessageDigest messageDigest) {
        throw new UnsupportedOperationException();
    }
}
