64 lines
1.8 KiB
Java
64 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.Comparator;
|
||
|
import java.util.List;
|
||
|
import o.C17180ucA;
|
||
|
import org.bouncycastle.i18n.ErrorBundle;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class hcQ extends C16562pOe {
|
||
|
|
||
|
@SerializedName("loanAmount")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("duration")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName(ErrorBundle.DETAIL_ENTRY)
|
||
|
public final List<Ylx> e;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<Ylx, C17180ucA> {
|
||
|
public static final RVV e = 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.b = ylx2.a;
|
||
|
hBt.c = ylx2.d;
|
||
|
hBt.d = ylx2.e;
|
||
|
hBt.h = ylx2.f;
|
||
|
hBt.a = ylx2.c;
|
||
|
hBt.e = ylx2.b;
|
||
|
return new C17180ucA(hBt, (byte) 0);
|
||
|
}
|
||
|
|
||
|
RVV() {
|
||
|
super(1);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* 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 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);
|
||
|
}
|
||
|
}
|
||
|
}
|