package f.u;

import java.util.Collections;
import java.util.Set;

/* JADX INFO: compiled from: SetsJVM.kt */
/* JADX INFO: loaded from: classes.dex */
class f0 {
    public static <T> Set<T> a(T t) {
        Set<T> setSingleton = Collections.singleton(t);
        f.z.d.k.d(setSingleton, "singleton(element)");
        return setSingleton;
    }
}
