翰林优商.apk(点击下载) / l.java


package com.kwad.sdk.glide.load.engine;

import com.kwad.sdk.glide.load.c;
import com.kwad.sdk.glide.load.f;
import com.kwad.sdk.glide.load.i;
import com.kwad.sdk.utils.an;
import java.security.MessageDigest;
import java.util.Map;

/* access modifiers changed from: package-private */
public final class l implements c {
    private final Class<?> bik;
    private final Object bim;
    private final f bkB;
    private final Class<?> bkD;
    private final Map<Class<?>, i<?>> bkF;
    private final c bkz;
    private int bmf;
    private final int height;
    private final int width;

    l(Object obj, c cVar, int i, int i2, Map<Class<?>, i<?>> map, Class<?> cls, Class<?> cls2, f fVar) {
        this.bim = an.checkNotNull(obj);
        this.bkz = (c) an.e(cVar, "Signature must not be null");
        this.width = i;
        this.height = i2;
        this.bkF = (Map) an.checkNotNull(map);
        this.bkD = (Class) an.e(cls, "Resource class must not be null");
        this.bik = (Class) an.e(cls2, "Transcode class must not be null");
        this.bkB = (f) an.checkNotNull(fVar);
    }

    @Override // com.kwad.sdk.glide.load.c
    public final boolean equals(Object obj) {
        if (obj instanceof l) {
            l lVar = (l) obj;
            return this.bim.equals(lVar.bim) && this.bkz.equals(lVar.bkz) && this.height == lVar.height && this.width == lVar.width && this.bkF.equals(lVar.bkF) && this.bkD.equals(lVar.bkD) && this.bik.equals(lVar.bik) && this.bkB.equals(lVar.bkB);
        }
    }

    @Override // com.kwad.sdk.glide.load.c
    public final int hashCode() {
        if (this.bmf == 0) {
            int hashCode = this.bim.hashCode();
            this.bmf = hashCode;
            int hashCode2 = (((((hashCode * 31) + this.bkz.hashCode()) * 31) + this.width) * 31) + this.height;
            this.bmf = hashCode2;
            int hashCode3 = (hashCode2 * 31) + this.bkF.hashCode();
            this.bmf = hashCode3;
            int hashCode4 = (hashCode3 * 31) + this.bkD.hashCode();
            this.bmf = hashCode4;
            int hashCode5 = (hashCode4 * 31) + this.bik.hashCode();
            this.bmf = hashCode5;
            this.bmf = (hashCode5 * 31) + this.bkB.hashCode();
        }
        return this.bmf;
    }

    public final String toString() {
        return "EngineKey{model=" + this.bim + ", width=" + this.width + ", height=" + this.height + ", resourceClass=" + this.bkD + ", transcodeClass=" + this.bik + ", signature=" + this.bkz + ", hashCode=" + this.bmf + ", transformations=" + this.bkF + ", options=" + this.bkB + '}';
    }

    @Override // com.kwad.sdk.glide.load.c
    public final void updateDiskCacheKey(MessageDigest messageDigest) {
        throw new UnsupportedOperationException();
    }
}