40 lines
1.1 KiB
Java
40 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.Comparator;
|
|
|
|
/* renamed from: o.yc, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17647yc {
|
|
public final C17533xZ b;
|
|
public final C17641ya d;
|
|
|
|
@InterfaceC13391fZD
|
|
public C17647yc(C17641ya c17641ya, C17533xZ c17533xZ) {
|
|
C14957gcv.e(c17641ya, "");
|
|
C14957gcv.e(c17533xZ, "");
|
|
this.d = c17641ya;
|
|
this.b = c17533xZ;
|
|
}
|
|
|
|
/* renamed from: o.yc$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS<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(((IO) t).d);
|
|
Integer valueOf2 = Integer.valueOf(((IO) t2).d);
|
|
if (valueOf == valueOf2) {
|
|
return 0;
|
|
}
|
|
if (valueOf == null) {
|
|
return -1;
|
|
}
|
|
if (valueOf2 == null) {
|
|
return 1;
|
|
}
|
|
return valueOf.compareTo(valueOf2);
|
|
}
|
|
}
|
|
}
|