86 lines
2.2 KiB
Java
86 lines
2.2 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.Comparator;
|
||
|
import kotlin.NoWhenBranchMatchedException;
|
||
|
|
||
|
/* renamed from: o.hC, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15613hC implements Comparator<ZGL> {
|
||
|
@Override // java.util.Comparator
|
||
|
public final /* synthetic */ int compare(ZGL zgl, ZGL zgl2) {
|
||
|
ZGL zgl3 = zgl;
|
||
|
ZGL zgl4 = zgl2;
|
||
|
C14957gcv.e(zgl3, "");
|
||
|
C14957gcv.e(zgl4, "");
|
||
|
return C14957gcv.a(c(zgl3), c(zgl4));
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.hC$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static int c(ZGL zgl) {
|
||
|
C14957gcv.e(zgl, "");
|
||
|
int i = Sts.d[zgl.ordinal()];
|
||
|
int i2 = 1;
|
||
|
if (i != 1) {
|
||
|
i2 = 2;
|
||
|
if (i != 2) {
|
||
|
i2 = 3;
|
||
|
if (i != 3) {
|
||
|
i2 = 4;
|
||
|
if (i != 4) {
|
||
|
i2 = 5;
|
||
|
if (i != 5) {
|
||
|
throw new NoWhenBranchMatchedException();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return i2;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.hC$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final /* synthetic */ class Sts {
|
||
|
public static final int[] d;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[ZGL.values().length];
|
||
|
try {
|
||
|
iArr[ZGL.TYPE_SAVING.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[ZGL.TYPE_CURRENT.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[ZGL.TYPE_FIXED.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[ZGL.TYPE_LONG_TERM.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[ZGL.TYPE_UNKNOWN.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
d = iArr;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new HBt((byte) 0);
|
||
|
}
|
||
|
}
|