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

36 lines
990 B
Java

package o;
import java.util.Comparator;
/* renamed from: o.hA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15608hA implements Comparator<USY> {
@Override // java.util.Comparator
public final /* synthetic */ int compare(USY usy, USY usy2) {
USY usy3 = usy;
USY usy4 = usy2;
C14957gcv.e(usy3, "");
C14957gcv.e(usy4, "");
new C15722hz();
int c = C15722hz.c(usy3.d, usy4.d);
new C15613hC();
ZGL zgl = usy3.f;
C14957gcv.c(zgl, "");
ZGL zgl2 = usy4.f;
C14957gcv.c(zgl2, "");
C14957gcv.e(zgl, "");
C14957gcv.e(zgl2, "");
int a = C14957gcv.a(C15613hC.c(zgl), C15613hC.c(zgl2));
if (c != 0) {
return c;
}
if (a != 0) {
return a;
}
String str = usy3.a;
String str2 = usy4.a;
C14957gcv.c((Object) str2, "");
return str.compareTo(str2);
}
}