package o; import java.util.Collections; import java.util.Set; /* renamed from: o.gaX, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public class C14859gaX extends gaW { /* JADX WARN: Multi-variable type inference failed */ public static final Set d(Set set) { C14957gcv.e(set, ""); int size = set.size(); if (size == 0) { return gaH.e; } if (size != 1) { return set; } Set singleton = Collections.singleton(set.iterator().next()); C14957gcv.c(singleton, ""); return singleton; } }