package defpackage;

import java.security.MessageDigest;
import java.util.Map;

/* JADX INFO: renamed from: ˎᵭᵎˀ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1770 implements InterfaceC0883 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Object f7097;

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final Map f7098;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f7099;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final Class f7100;

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public int f7101;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final InterfaceC0883 f7102;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f7103;

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final C2220 f7104;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final Class f7105;

    public C1770(Object obj, InterfaceC0883 interfaceC0883, int i, int i2, Map map, Class cls, Class cls2, C2220 c2220) {
        ᵿᵽᵤ.ːˏᵟᵯ(obj, "Argument must not be null");
        this.f7097 = obj;
        this.f7102 = interfaceC0883;
        this.f7099 = i;
        this.f7103 = i2;
        ᵿᵽᵤ.ːˏᵟᵯ(map, "Argument must not be null");
        this.f7098 = map;
        ᵿᵽᵤ.ːˏᵟᵯ(cls, "Resource class must not be null");
        this.f7100 = cls;
        ᵿᵽᵤ.ːˏᵟᵯ(cls2, "Transcode class must not be null");
        this.f7105 = cls2;
        ᵿᵽᵤ.ːˏᵟᵯ(c2220, "Argument must not be null");
        this.f7104 = c2220;
    }

    @Override // defpackage.InterfaceC0883
    public final boolean equals(Object obj) {
        if (obj instanceof C1770) {
            C1770 c1770 = (C1770) obj;
            if (this.f7097.equals(c1770.f7097) && this.f7102.equals(c1770.f7102) && this.f7103 == c1770.f7103 && this.f7099 == c1770.f7099 && this.f7098.equals(c1770.f7098) && this.f7100.equals(c1770.f7100) && this.f7105.equals(c1770.f7105) && this.f7104.equals(c1770.f7104)) {
                return true;
            }
        }
        return false;
    }

    @Override // defpackage.InterfaceC0883
    public final int hashCode() {
        if (this.f7101 == 0) {
            int iHashCode = this.f7097.hashCode();
            this.f7101 = iHashCode;
            int iHashCode2 = ((((this.f7102.hashCode() + (iHashCode * 31)) * 31) + this.f7099) * 31) + this.f7103;
            this.f7101 = iHashCode2;
            int iHashCode3 = this.f7098.hashCode() + (iHashCode2 * 31);
            this.f7101 = iHashCode3;
            int iHashCode4 = this.f7100.hashCode() + (iHashCode3 * 31);
            this.f7101 = iHashCode4;
            int iHashCode5 = this.f7105.hashCode() + (iHashCode4 * 31);
            this.f7101 = iHashCode5;
            this.f7101 = this.f7104.f8821.hashCode() + (iHashCode5 * 31);
        }
        return this.f7101;
    }

    public final String toString() {
        return "EngineKey{model=" + this.f7097 + ", width=" + this.f7099 + ", height=" + this.f7103 + ", resourceClass=" + this.f7100 + ", transcodeClass=" + this.f7105 + ", signature=" + this.f7102 + ", hashCode=" + this.f7101 + ", transformations=" + this.f7098 + ", options=" + this.f7104 + '}';
    }

    @Override // defpackage.InterfaceC0883
    /* JADX INFO: renamed from: ʽˈˋ */
    public final void mo2451(MessageDigest messageDigest) {
        throw new UnsupportedOperationException();
    }
}
