65 lines
1.6 KiB
Java
65 lines
1.6 KiB
Java
package o;
|
|
|
|
import java.util.Comparator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class sCg extends ZTC {
|
|
@InterfaceC13391fZD
|
|
public sCg() {
|
|
}
|
|
|
|
/* 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 valueOf = Integer.valueOf(((jAf) t).e);
|
|
Integer valueOf2 = Integer.valueOf(((jAf) t2).e);
|
|
if (valueOf == valueOf2) {
|
|
return 0;
|
|
}
|
|
if (valueOf == null) {
|
|
return -1;
|
|
}
|
|
if (valueOf2 == null) {
|
|
return 1;
|
|
}
|
|
return valueOf.compareTo(valueOf2);
|
|
}
|
|
}
|
|
|
|
/* 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 = ((pXT) t).b;
|
|
Integer num2 = ((pXT) t2).b;
|
|
if (num == num2) {
|
|
return 0;
|
|
}
|
|
if (num == null) {
|
|
return -1;
|
|
}
|
|
if (num2 == null) {
|
|
return 1;
|
|
}
|
|
return num.compareTo(num2);
|
|
}
|
|
}
|
|
|
|
static {
|
|
new Sts((byte) 0);
|
|
}
|
|
}
|