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

29 lines
894 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes3.dex */
public final class Iwr {
public static final List<oTS> a(zjF zjf) {
List<IJz> list;
ArrayList arrayList = new ArrayList();
if (zjf != null && (list = zjf.b) != null) {
for (IJz iJz : list) {
oTS ots = new oTS();
if (iJz != null) {
ots.d = iJz.c;
String str = iJz.e;
ots.c = str != null ? Double.parseDouble(str) : 0.0d;
String str2 = iJz.b;
ots.b = str2 != null ? Double.parseDouble(str2) : 0.0d;
String str3 = iJz.d;
ots.a = str3 != null ? Double.parseDouble(str3) : 0.0d;
}
arrayList.add(ots);
}
}
return arrayList;
}
}