package defpackage;

import j$.util.DesugarCollections;
import j$.util.concurrent.ConcurrentHashMap;
import java.util.Collections;
import java.util.Iterator;
import java.util.Set;

/* JADX INFO: renamed from: ᵟᵶᵽʿ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3113 implements InterfaceC5081 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public volatile Set f11893;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public volatile Set f11894;

    @Override // defpackage.InterfaceC5081
    public final Object get() {
        if (this.f11893 == null) {
            synchronized (this) {
                try {
                    if (this.f11893 == null) {
                        this.f11893 = Collections.newSetFromMap(new ConcurrentHashMap());
                        m7204();
                    }
                } finally {
                }
            }
        }
        return DesugarCollections.unmodifiableSet(this.f11893);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final synchronized void m7204() {
        try {
            Iterator it = this.f11894.iterator();
            while (it.hasNext()) {
                this.f11893.add(((InterfaceC5081) it.next()).get());
            }
            this.f11894 = null;
        } catch (Throwable th) {
            throw th;
        }
    }
}
