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

33 lines
675 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Xgg, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1180Xgg extends ZTC {
@InterfaceC13391fZD
public C1180Xgg() {
}
/* renamed from: o.Xgg$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
public static double f(String str) {
String str2 = str;
if (str2 == null || str2.length() == 0) {
return 0.0d;
}
return Double.parseDouble(str);
}
static {
new Sts((byte) 0);
}
}