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

58 lines
1.4 KiB
Java

package o;
/* renamed from: o.dfe, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public abstract class AbstractC9222dfe {
/* renamed from: o.dfe$Sts */
/* loaded from: classes4.dex */
public static final class Sts extends AbstractC9222dfe {
public final boolean b;
public Sts(boolean z) {
super((byte) 0);
this.b = z;
}
public final String toString() {
boolean z = this.b;
StringBuilder sb = new StringBuilder("OK(value=");
sb.append(z);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
boolean z = this.b;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Sts) && this.b == ((Sts) obj).b;
}
}
private AbstractC9222dfe() {
}
/* renamed from: o.dfe$HBt */
/* loaded from: classes4.dex */
public static final class HBt extends AbstractC9222dfe {
public static final HBt d = new HBt();
private HBt() {
super((byte) 0);
}
}
public /* synthetic */ AbstractC9222dfe(byte b) {
this();
}
}