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

52 lines
1.5 KiB
Java

package o;
/* loaded from: classes.dex */
public abstract class gcG extends AbstractC14949gcn implements InterfaceC14984gdp {
public gcG() {
}
public gcG(Object obj, Class cls, String str, String str2, int i) {
super(obj, cls, str, str2, (i & 1) == 1);
}
/* JADX INFO: Access modifiers changed from: protected */
public final InterfaceC14984gdp f() {
return (InterfaceC14984gdp) super.b();
}
public boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (obj instanceof gcG) {
gcG gcg = (gcG) obj;
return a().equals(gcg.a()) && d().equals(gcg.d()) && h().equals(gcg.h()) && C14957gcv.b(this.f, gcg.f);
}
if (obj instanceof InterfaceC14984gdp) {
return obj.equals(e());
}
return false;
}
public int hashCode() {
return (((a().hashCode() * 31) + d().hashCode()) * 31) + h().hashCode();
}
public String toString() {
InterfaceC14979gdk e = e();
if (e != this) {
return e.toString();
}
StringBuilder sb = new StringBuilder("property ");
sb.append(d());
sb.append(" (Kotlin reflection is not available)");
return sb.toString();
}
/* JADX INFO: Access modifiers changed from: protected */
@Override // o.AbstractC14949gcn
public final /* bridge */ /* synthetic */ InterfaceC14979gdk b() {
return (InterfaceC14984gdp) super.b();
}
}