NetMirror.apk
Download file
package B0;
import java.util.HashMap;
import java.util.Map;
/* JADX INFO: loaded from: classes.dex */
public class d {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private static Object f57a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private static Object f58b;
private static class b {
private b() {
}
}
private static class c {
private c() {
}
}
static {
f57a = new c();
f58b = new b();
}
public static Object a(Object obj, String str) {
HashMap map = (HashMap) obj;
if (!map.containsKey(str)) {
return d();
}
Object obj2 = map.get(str);
return obj2 == null ? b() : obj2;
}
public static Object b() {
return f58b;
}
public static void c(Object obj, String str, Object obj2) {
((HashMap) obj).put(str, obj2);
}
public static Object d() {
return f57a;
}
public static boolean e(Object obj) {
return ((Boolean) obj).booleanValue();
}
public static double f(Object obj) {
return ((Double) obj).doubleValue();
}
public static Map g(Object obj) {
return (HashMap) obj;
}
public static String h(Object obj) {
return (String) obj;
}
public static boolean i(Object obj) {
return obj instanceof Boolean;
}
public static boolean j(Object obj) {
return obj instanceof b;
}
public static boolean k(Object obj) {
return obj instanceof Double;
}
public static boolean l(Object obj) {
return obj instanceof HashMap;
}
public static boolean m(Object obj) {
return obj instanceof String;
}
public static boolean n(Object obj) {
return obj instanceof c;
}
public static Object o(boolean z3) {
return Boolean.valueOf(z3);
}
public static Object p(double d4) {
return Double.valueOf(d4);
}
public static Object q() {
return new HashMap();
}
public static Object r(String str) {
return str;
}
}
⚠️ 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