You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

package p009c1;
import java.util.List;
import p039m1.C1470g;
/* renamed from: c1.c */
/* loaded from: classes.dex */
public class C0498c extends C0497b {
/* renamed from: a */
public static final <T> List<T> m3618a(T[] tArr) {
C1470g.m1292e(tArr, "<this>");
List<T> m3611a = C0500e.m3611a(tArr);
C1470g.m1293d(m3611a, "asList(this)");
return m3611a;
}
/* renamed from: b */
public static final <T> T[] m3617b(T[] tArr, T[] tArr2, int i, int i2, int i3) {
C1470g.m1292e(tArr, "<this>");
C1470g.m1292e(tArr2, "destination");
System.arraycopy(tArr, i2, tArr2, i, i3 - i2);
return tArr2;
}
/* renamed from: c */
public static /* synthetic */ Object[] m3616c(Object[] objArr, Object[] objArr2, int i, int i2, int i3, int i4, Object obj) {
if ((i4 & 2) != 0) {
i = 0;
}
if ((i4 & 4) != 0) {
i2 = 0;
}
if ((i4 & 8) != 0) {
i3 = objArr.length;
}
return m3617b(objArr, objArr2, i, i2, i3);
}
}