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.
|
package p009c1;
|
|
|
|
import java.util.Arrays;
|
|
import java.util.List;
|
|
|
|
/* renamed from: c1.e */
|
|
/* loaded from: classes.dex */
|
|
public class C0500e {
|
|
/* renamed from: a */
|
|
public static <T> List<T> m3611a(T[] tArr) {
|
|
return Arrays.asList(tArr);
|
|
}
|
|
} |