27 lines
857 B
Java
27 lines
857 B
Java
package o;
|
|
|
|
import java.util.Comparator;
|
|
|
|
/* renamed from: o.gbd, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
final class C14902gbd implements Comparator<Comparable<? super Object>> {
|
|
public static final C14902gbd d = new C14902gbd();
|
|
|
|
private C14902gbd() {
|
|
}
|
|
|
|
@Override // java.util.Comparator
|
|
public final /* synthetic */ int compare(Comparable<? super Object> comparable, Comparable<? super Object> comparable2) {
|
|
Comparable<? super Object> comparable3 = comparable;
|
|
Comparable<? super Object> comparable4 = comparable2;
|
|
C14957gcv.e(comparable3, "");
|
|
C14957gcv.e(comparable4, "");
|
|
return comparable4.compareTo(comparable3);
|
|
}
|
|
|
|
@Override // java.util.Comparator
|
|
public final Comparator<Comparable<? super Object>> reversed() {
|
|
return gaZ.a;
|
|
}
|
|
}
|