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

78 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.ggl, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15084ggl<T> {
public static final Sts d = new Sts(0);
private static final LWm e = new LWm();
private final Object c;
public static <T> Object e(Object obj) {
return obj;
}
public final int hashCode() {
return 0;
}
/* renamed from: o.ggl$HBt */
/* loaded from: classes6.dex */
public static final class HBt extends LWm {
private Throwable c;
public HBt(Throwable th) {
this.c = th;
}
public final boolean equals(Object obj) {
return (obj instanceof HBt) && C14957gcv.b(this.c, ((HBt) obj).c);
}
public final int hashCode() {
Throwable th = this.c;
if (th != null) {
return th.hashCode();
}
return 0;
}
@Override // o.C15084ggl.LWm
public final String toString() {
StringBuilder sb = new StringBuilder("Closed(");
sb.append(this.c);
sb.append(')');
return sb.toString();
}
}
/* renamed from: o.ggl$Sts */
/* loaded from: classes6.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public final boolean equals(Object obj) {
return (obj instanceof C15084ggl) && C14957gcv.b((Object) null, ((C15084ggl) obj).c);
}
public final String toString() {
StringBuilder sb = new StringBuilder("Value(");
sb.append((Object) null);
sb.append(')');
return sb.toString();
}
/* renamed from: o.ggl$LWm */
/* loaded from: classes6.dex */
public static class LWm {
public String toString() {
return "Failed";
}
}
}