package h6; import java.security.MessageDigest; import java.util.Map; /* loaded from: classes2.dex */ class r implements e6.h { /* renamed from: b, reason: collision with root package name */ private final Object f10505b; /* renamed from: c, reason: collision with root package name */ private final int f10506c; /* renamed from: d, reason: collision with root package name */ private final int f10507d; /* renamed from: e, reason: collision with root package name */ private final Class f10508e; /* renamed from: f, reason: collision with root package name */ private final Class f10509f; /* renamed from: g, reason: collision with root package name */ private final e6.h f10510g; /* renamed from: h, reason: collision with root package name */ private final Map f10511h; /* renamed from: i, reason: collision with root package name */ private final e6.j f10512i; /* renamed from: j, reason: collision with root package name */ private int f10513j; r(Object obj, e6.h hVar, int i10, int i11, Map map, Class cls, Class cls2, e6.j jVar) { this.f10505b = b7.j.d(obj); this.f10510g = (e6.h) b7.j.e(hVar, "Signature must not be null"); this.f10506c = i10; this.f10507d = i11; this.f10511h = (Map) b7.j.d(map); this.f10508e = (Class) b7.j.e(cls, "Resource class must not be null"); this.f10509f = (Class) b7.j.e(cls2, "Transcode class must not be null"); this.f10512i = (e6.j) b7.j.d(jVar); } @Override // e6.h public void a(MessageDigest messageDigest) { throw new UnsupportedOperationException(); } @Override // e6.h public boolean equals(Object obj) { if (!(obj instanceof r)) { return false; } r rVar = (r) obj; return this.f10505b.equals(rVar.f10505b) && this.f10510g.equals(rVar.f10510g) && this.f10507d == rVar.f10507d && this.f10506c == rVar.f10506c && this.f10511h.equals(rVar.f10511h) && this.f10508e.equals(rVar.f10508e) && this.f10509f.equals(rVar.f10509f) && this.f10512i.equals(rVar.f10512i); } @Override // e6.h public int hashCode() { if (this.f10513j == 0) { int hashCode = this.f10505b.hashCode(); this.f10513j = hashCode; int hashCode2 = (((((hashCode * 31) + this.f10510g.hashCode()) * 31) + this.f10506c) * 31) + this.f10507d; this.f10513j = hashCode2; int hashCode3 = (hashCode2 * 31) + this.f10511h.hashCode(); this.f10513j = hashCode3; int hashCode4 = (hashCode3 * 31) + this.f10508e.hashCode(); this.f10513j = hashCode4; int hashCode5 = (hashCode4 * 31) + this.f10509f.hashCode(); this.f10513j = hashCode5; this.f10513j = (hashCode5 * 31) + this.f10512i.hashCode(); } return this.f10513j; } public String toString() { return "EngineKey{model=" + this.f10505b + ", width=" + this.f10506c + ", height=" + this.f10507d + ", resourceClass=" + this.f10508e + ", transcodeClass=" + this.f10509f + ", signature=" + this.f10510g + ", hashCode=" + this.f10513j + ", transformations=" + this.f10511h + ", options=" + this.f10512i + '}'; } }