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

45 lines
997 B
Java

package o;
import java.util.Comparator;
/* loaded from: classes3.dex */
public final class Eoa extends ZTC {
@InterfaceC13391fZD
public Eoa() {
}
/* loaded from: classes3.dex */
public static final class Sts {
private Sts() {
}
public /* synthetic */ Sts(byte b) {
this();
}
}
/* loaded from: classes3.dex */
public static final class HBt<T> implements Comparator {
/* JADX WARN: Multi-variable type inference failed */
@Override // java.util.Comparator
public final int compare(T t, T t2) {
Integer num = ((Csf) t).k;
Integer num2 = ((Csf) t2).k;
if (num == num2) {
return 0;
}
if (num == null) {
return -1;
}
if (num2 == null) {
return 1;
}
return num.compareTo(num2);
}
}
static {
new Sts((byte) 0);
}
}