NetMirror.apk
Download file
package s2;
import java.util.Arrays;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX INFO: renamed from: s2.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0713j extends C0712i {
public static boolean c(Object[] objArr, Object[] objArr2) {
if (objArr == objArr2) {
return true;
}
if (objArr == null || objArr2 == null || objArr.length != objArr2.length) {
return false;
}
int length = objArr.length;
for (int i3 = 0; i3 < length; i3++) {
Object obj = objArr[i3];
Object obj2 = objArr2[i3];
if (obj != obj2) {
if (obj == null || obj2 == null) {
return false;
}
if ((obj instanceof Object[]) && (obj2 instanceof Object[])) {
if (!AbstractC0711h.c((Object[]) obj, (Object[]) obj2)) {
return false;
}
} else if ((obj instanceof byte[]) && (obj2 instanceof byte[])) {
if (!Arrays.equals((byte[]) obj, (byte[]) obj2)) {
return false;
}
} else if ((obj instanceof short[]) && (obj2 instanceof short[])) {
if (!Arrays.equals((short[]) obj, (short[]) obj2)) {
return false;
}
} else if ((obj instanceof int[]) && (obj2 instanceof int[])) {
if (!Arrays.equals((int[]) obj, (int[]) obj2)) {
return false;
}
} else if ((obj instanceof long[]) && (obj2 instanceof long[])) {
if (!Arrays.equals((long[]) obj, (long[]) obj2)) {
return false;
}
} else if ((obj instanceof float[]) && (obj2 instanceof float[])) {
if (!Arrays.equals((float[]) obj, (float[]) obj2)) {
return false;
}
} else if ((obj instanceof double[]) && (obj2 instanceof double[])) {
if (!Arrays.equals((double[]) obj, (double[]) obj2)) {
return false;
}
} else if ((obj instanceof char[]) && (obj2 instanceof char[])) {
if (!Arrays.equals((char[]) obj, (char[]) obj2)) {
return false;
}
} else if ((obj instanceof boolean[]) && (obj2 instanceof boolean[])) {
if (!Arrays.equals((boolean[]) obj, (boolean[]) obj2)) {
return false;
}
} else if (!D2.h.b(obj, obj2)) {
return false;
}
}
}
return true;
}
}
⚠️ 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