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

107 lines
3.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import o.C17180ucA;
import o.gaG;
import o.gdL;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.gad, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14863gad extends ZTC {
@InterfaceC13391fZD
public C14863gad() {
}
/* renamed from: o.gad$RVV */
/* loaded from: classes3.dex */
static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<Ylx, C17180ucA> {
public static final RVV b = new RVV();
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C17180ucA invoke(Ylx ylx) {
Ylx ylx2 = ylx;
C14957gcv.e(ylx2, "");
C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0);
hBt.e = ylx2.b;
hBt.b = ylx2.a;
hBt.c = ylx2.d;
hBt.d = ylx2.e;
hBt.h = ylx2.f;
hBt.a = ylx2.c;
return new C17180ucA(hBt, (byte) 0);
}
RVV() {
super(1);
}
}
/* renamed from: o.gad$LWm */
/* loaded from: classes3.dex */
public static final class LWm<T> implements Comparator {
/* JADX WARN: Multi-variable type inference failed */
@Override // java.util.Comparator
public final int compare(T t, T t2) {
Integer num = ((ONI) t).c;
Integer num2 = ((ONI) t2).c;
if (num == num2) {
return 0;
}
if (num == null) {
return -1;
}
if (num2 == null) {
return 1;
}
return num.compareTo(num2);
}
}
/* renamed from: o.gad$Sts */
/* loaded from: classes3.dex */
public static final class Sts<T> implements Comparator {
/* JADX WARN: Multi-variable type inference failed */
@Override // java.util.Comparator
public final int compare(T t, T t2) {
Integer valueOf = Integer.valueOf(((Ylx) t).a);
Integer valueOf2 = Integer.valueOf(((Ylx) t2).a);
if (valueOf == valueOf2) {
return 0;
}
if (valueOf == null) {
return -1;
}
if (valueOf2 == null) {
return 1;
}
return valueOf.compareTo(valueOf2);
}
}
public static C13928fja e(FLz fLz, iJI iji) {
C14957gcv.e(fLz, "");
return new C13928fja(fLz.h, ZTC.b(fLz.j, (OffsetDateTime) null), fLz.a, fLz.g, fLz.c, fLz.f, fLz.e, fLz.d, fLz.b, iji);
}
public static Tir a(KIY kiy) {
C14957gcv.e(kiy, "");
List<Ylx> list = kiy.d;
C14957gcv.e(list, "");
gaG.IeS ieS = new gaG.IeS(list);
Sts sts = new Sts();
C14957gcv.e(ieS, "");
C14957gcv.e(sts, "");
gdL.IeS ieS2 = new gdL.IeS(ieS, sts);
RVV rvv = RVV.b;
C14957gcv.e(ieS2, "");
C14957gcv.e(rvv, "");
gdO gdo = new gdO(ieS2, rvv);
C14957gcv.e(gdo, "");
C14957gcv.e(gdo, "");
return new Tir(C14881gav.a((List) C14964gdG.e(gdo, new ArrayList())), kiy.b, kiy.a, kiy.c);
}
}