47 lines
1.3 KiB
Java
47 lines
1.3 KiB
Java
package o;
|
|
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
|
|
/* renamed from: o.fZV, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C13397fZV {
|
|
public static final <T> InterfaceC13393fZL<T> e(fZX fzx, InterfaceC14890gbN<? extends T> interfaceC14890gbN) {
|
|
C14957gcv.e(fzx, "");
|
|
C14957gcv.e(interfaceC14890gbN, "");
|
|
int i = LWm.e[fzx.ordinal()];
|
|
if (i == 1) {
|
|
return new fZZ(interfaceC14890gbN);
|
|
}
|
|
if (i == 2) {
|
|
return new fZY(interfaceC14890gbN);
|
|
}
|
|
if (i == 3) {
|
|
return new C14869gaj(interfaceC14890gbN);
|
|
}
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
|
|
/* renamed from: o.fZV$LWm */
|
|
/* loaded from: classes6.dex */
|
|
public final /* synthetic */ class LWm {
|
|
public static final int[] e;
|
|
|
|
static {
|
|
int[] iArr = new int[fZX.values().length];
|
|
try {
|
|
iArr[fZX.SYNCHRONIZED.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[fZX.PUBLICATION.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
iArr[fZX.NONE.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
e = iArr;
|
|
}
|
|
}
|
|
}
|