package x4; import java.util.Collections; import java.util.HashSet; import java.util.Set; /* loaded from: classes2.dex */ public class d { /* renamed from: b, reason: collision with root package name */ private static volatile d f15364b; /* renamed from: a, reason: collision with root package name */ private final Set f15365a = new HashSet(); d() { } public static d a() { d dVar = f15364b; if (dVar == null) { synchronized (d.class) { dVar = f15364b; if (dVar == null) { dVar = new d(); f15364b = dVar; } } } return dVar; } Set b() { Set unmodifiableSet; synchronized (this.f15365a) { unmodifiableSet = Collections.unmodifiableSet(this.f15365a); } return unmodifiableSet; } }