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

33 lines
826 B
Java

package o;
import o.CqY;
/* loaded from: classes.dex */
public abstract class CqY<CHILD extends CqY<CHILD, TranscodeType>, TranscodeType> implements Cloneable {
WJS<? super TranscodeType> a = C3989bMq.a();
/* renamed from: d, reason: merged with bridge method [inline-methods] */
public final CHILD clone() {
try {
return (CHILD) super.clone();
} catch (CloneNotSupportedException e) {
throw new RuntimeException(e);
}
}
public boolean equals(Object obj) {
if (obj instanceof CqY) {
return FKd.c(this.a, ((CqY) obj).a);
}
return false;
}
public int hashCode() {
WJS<? super TranscodeType> wjs = this.a;
if (wjs != null) {
return wjs.hashCode();
}
return 0;
}
}