58 lines
1.5 KiB
Java
58 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.Comparator;
|
||
|
|
||
|
/* renamed from: o.AhA, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0151AhA extends ZTC {
|
||
|
public final wyY a;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public C0151AhA(wyY wyy) {
|
||
|
C14957gcv.e(wyy, "");
|
||
|
this.a = wyy;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.AhA$HBt */
|
||
|
/* 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 = ((PfZ) t).i;
|
||
|
Integer num2 = ((PfZ) t2).i;
|
||
|
if (num == num2) {
|
||
|
return 0;
|
||
|
}
|
||
|
if (num == null) {
|
||
|
return -1;
|
||
|
}
|
||
|
if (num2 == null) {
|
||
|
return 1;
|
||
|
}
|
||
|
return num.compareTo(num2);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.AhA$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV<T> implements Comparator {
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
@Override // java.util.Comparator
|
||
|
public final int compare(T t, T t2) {
|
||
|
Integer num = ((PfZ) t).i;
|
||
|
Integer num2 = ((PfZ) t2).i;
|
||
|
if (num == num2) {
|
||
|
return 0;
|
||
|
}
|
||
|
if (num == null) {
|
||
|
return -1;
|
||
|
}
|
||
|
if (num2 == null) {
|
||
|
return 1;
|
||
|
}
|
||
|
return num.compareTo(num2);
|
||
|
}
|
||
|
}
|
||
|
}
|