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.

16 lines
410 B

package p009c1;
import java.util.Collections;
import java.util.List;
import p039m1.C1470g;
/* renamed from: c1.f */
/* loaded from: classes.dex */
public class C0501f {
/* renamed from: a */
public static final <T> List<T> m3610a(T t) {
List<T> singletonList = Collections.singletonList(t);
C1470g.m1293d(singletonList, "singletonList(element)");
return singletonList;
}
}