NetMirror.apk
Download file
package D2;
import java.util.Arrays;
/* JADX INFO: loaded from: classes.dex */
public abstract class h {
public static boolean a(Float f3, float f4) {
return f3 != null && f3.floatValue() == f4;
}
public static boolean b(Object obj, Object obj2) {
return obj == null ? obj2 == null : obj.equals(obj2);
}
public static void c(Object obj) {
if (obj == null) {
m();
}
}
public static void d(Object obj, String str) {
if (obj == null) {
n(str);
}
}
public static void e(Object obj, String str) {
if (obj != null) {
return;
}
throw ((NullPointerException) j(new NullPointerException(str + " must not be null")));
}
public static void f(Object obj, String str) {
if (obj == null) {
o(str);
}
}
public static int g(int i3, int i4) {
if (i3 < i4) {
return -1;
}
return i3 == i4 ? 0 : 1;
}
private static String h(String str) {
StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
String name = h.class.getName();
int i3 = 0;
while (!stackTrace[i3].getClassName().equals(name)) {
i3++;
}
while (stackTrace[i3].getClassName().equals(name)) {
i3++;
}
StackTraceElement stackTraceElement = stackTrace[i3];
return "Parameter specified as non-null is null: method " + stackTraceElement.getClassName() + "." + stackTraceElement.getMethodName() + ", parameter " + str;
}
public static void i(int i3, String str) {
p();
}
private static Throwable j(Throwable th) {
return k(th, h.class.getName());
}
static Throwable k(Throwable th, String str) {
StackTraceElement[] stackTrace = th.getStackTrace();
int length = stackTrace.length;
int i3 = -1;
for (int i4 = 0; i4 < length; i4++) {
if (str.equals(stackTrace[i4].getClassName())) {
i3 = i4;
}
}
th.setStackTrace((StackTraceElement[]) Arrays.copyOfRange(stackTrace, i3 + 1, length));
return th;
}
public static String l(String str, Object obj) {
return str + obj;
}
public static void m() {
throw ((NullPointerException) j(new NullPointerException()));
}
public static void n(String str) {
throw ((NullPointerException) j(new NullPointerException(str)));
}
private static void o(String str) {
throw ((NullPointerException) j(new NullPointerException(h(str))));
}
public static void p() {
q("This function has a reified type parameter and thus can only be inlined at compilation time, not called directly.");
}
public static void q(String str) {
throw new UnsupportedOperationException(str);
}
public static void r(String str) {
throw ((r2.q) j(new r2.q(str)));
}
public static void s(String str) {
r("lateinit property " + str + " has not been initialized");
}
}
⚠️ 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