NetMirror.apk
Download file
package s2;
import java.lang.reflect.Array;
/* JADX INFO: renamed from: s2.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
class C0712i {
public static final Object[] a(Object[] objArr, int i3) {
D2.h.f(objArr, "reference");
Object objNewInstance = Array.newInstance(objArr.getClass().getComponentType(), i3);
D2.h.d(objNewInstance, "null cannot be cast to non-null type kotlin.Array<T of kotlin.collections.ArraysKt__ArraysJVMKt.arrayOfNulls>");
return (Object[]) objNewInstance;
}
public static final void b(int i3, int i4) {
if (i3 <= i4) {
return;
}
throw new IndexOutOfBoundsException("toIndex (" + i3 + ") is greater than size (" + i4 + ").");
}
}
⚠️ 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