what-the-bank/sources/o/uIA.java

105 lines
3.5 KiB
Java

package o;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
import java.security.MessageDigest;
import java.util.Map;
/* loaded from: classes.dex */
final class uIA implements InterfaceC2545agd {
private int a;
private final unA b;
private final int c;
private final Object d;
private final InterfaceC2545agd f;
private final Class<?> g;
private final Class<?> h;
private final int i;
private final Map<Class<?>, wfh<?>> j;
/* JADX INFO: Access modifiers changed from: package-private */
public uIA(Object obj, InterfaceC2545agd interfaceC2545agd, int i, int i2, Map<Class<?>, wfh<?>> map, Class<?> cls, Class<?> cls2, unA una) {
if (obj != null) {
this.d = obj;
if (interfaceC2545agd == null) {
throw new NullPointerException("Signature must not be null");
}
this.f = interfaceC2545agd;
this.i = i;
this.c = i2;
if (map == null) {
throw new NullPointerException("Argument must not be null");
}
this.j = map;
if (cls == null) {
throw new NullPointerException("Resource class must not be null");
}
this.h = cls;
if (cls2 == null) {
throw new NullPointerException("Transcode class must not be null");
}
this.g = cls2;
if (una == null) {
throw new NullPointerException("Argument must not be null");
}
this.b = una;
return;
}
throw new NullPointerException("Argument must not be null");
}
@Override // o.InterfaceC2545agd
public final boolean equals(Object obj) {
if (!(obj instanceof uIA)) {
return false;
}
uIA uia = (uIA) obj;
return this.d.equals(uia.d) && this.f.equals(uia.f) && this.c == uia.c && this.i == uia.i && this.j.equals(uia.j) && this.h.equals(uia.h) && this.g.equals(uia.g) && this.b.equals(uia.b);
}
@Override // o.InterfaceC2545agd
public final int hashCode() {
if (this.a == 0) {
int hashCode = this.d.hashCode();
this.a = hashCode;
int hashCode2 = (((((hashCode * 31) + this.f.hashCode()) * 31) + this.i) * 31) + this.c;
this.a = hashCode2;
int hashCode3 = (hashCode2 * 31) + this.j.hashCode();
this.a = hashCode3;
int hashCode4 = (hashCode3 * 31) + this.h.hashCode();
this.a = hashCode4;
int hashCode5 = (hashCode4 * 31) + this.g.hashCode();
this.a = hashCode5;
this.a = (hashCode5 * 31) + this.b.hashCode();
}
return this.a;
}
public final String toString() {
StringBuilder sb = new StringBuilder("EngineKey{model=");
sb.append(this.d);
sb.append(", width=");
sb.append(this.i);
sb.append(", height=");
sb.append(this.c);
sb.append(", resourceClass=");
sb.append(this.h);
sb.append(", transcodeClass=");
sb.append(this.g);
sb.append(", signature=");
sb.append(this.f);
sb.append(", hashCode=");
sb.append(this.a);
sb.append(", transformations=");
sb.append(this.j);
sb.append(", options=");
sb.append(this.b);
sb.append(UrlTreeKt.componentParamSuffixChar);
return sb.toString();
}
@Override // o.InterfaceC2545agd
public final void a(MessageDigest messageDigest) {
throw new UnsupportedOperationException();
}
}