package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
public final class d72 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final HashMap f10260a = new HashMap();

    @Nullable
    private Map zzb;

    public final synchronized Map a() {
        try {
            if (this.zzb == null) {
                this.zzb = Collections.unmodifiableMap(new HashMap(this.f10260a));
            }
        } catch (Throwable th) {
            throw th;
        }
        return this.zzb;
    }
}
