31 lines
761 B
Java
31 lines
761 B
Java
package o;
|
|
|
|
import java.util.Comparator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class IGv extends ZTC {
|
|
@InterfaceC13391fZD
|
|
public IGv() {
|
|
}
|
|
|
|
/* 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);
|
|
}
|
|
}
|
|
}
|