NetMirror.apk
Download file
package B2;
import D2.d;
import D2.h;
/* JADX INFO: loaded from: classes.dex */
public abstract class a {
public static final Class a(I2.b bVar) {
h.f(bVar, "<this>");
Class clsB = ((d) bVar).b();
h.d(clsB, "null cannot be cast to non-null type java.lang.Class<T of kotlin.jvm.JvmClassMappingKt.<get-java>>");
return clsB;
}
/* JADX WARN: Failed to restore switch over string. Please report as a decompilation issue */
public static final Class b(I2.b bVar) {
h.f(bVar, "<this>");
Class clsB = ((d) bVar).b();
if (!clsB.isPrimitive()) {
h.d(clsB, "null cannot be cast to non-null type java.lang.Class<T of kotlin.jvm.JvmClassMappingKt.<get-javaObjectType>>");
return clsB;
}
String name = clsB.getName();
switch (name.hashCode()) {
case -1325958191:
if (name.equals("double")) {
clsB = Double.class;
}
break;
case 104431:
if (name.equals("int")) {
clsB = Integer.class;
}
break;
case 3039496:
if (name.equals("byte")) {
clsB = Byte.class;
}
break;
case 3052374:
if (name.equals("char")) {
clsB = Character.class;
}
break;
case 3327612:
if (name.equals("long")) {
clsB = Long.class;
}
break;
case 3625364:
if (name.equals("void")) {
clsB = Void.class;
}
break;
case 64711720:
if (name.equals("boolean")) {
clsB = Boolean.class;
}
break;
case 97526364:
if (name.equals("float")) {
clsB = Float.class;
}
break;
case 109413500:
if (name.equals("short")) {
clsB = Short.class;
}
break;
}
h.d(clsB, "null cannot be cast to non-null type java.lang.Class<T of kotlin.jvm.JvmClassMappingKt.<get-javaObjectType>>");
return clsB;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file