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
387 B
16 lines
387 B
package p009c1;
|
|
|
|
import java.util.Collections;
|
|
import java.util.Set;
|
|
import p039m1.C1470g;
|
|
|
|
/* renamed from: c1.x */
|
|
/* loaded from: classes.dex */
|
|
public class C0519x {
|
|
/* renamed from: a */
|
|
public static final <T> Set<T> m3571a(T t) {
|
|
Set<T> singleton = Collections.singleton(t);
|
|
C1470g.m1293d(singleton, "singleton(element)");
|
|
return singleton;
|
|
}
|
|
} |