45 lines
997 B
Java
45 lines
997 B
Java
package o;
|
|
|
|
import java.util.Comparator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Ffz extends ZTC {
|
|
@InterfaceC13391fZD
|
|
public Ffz() {
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(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 IeS((byte) 0);
|
|
}
|
|
}
|