package com.bytedance.adsdk.ugeno.yz.fm;

import java.util.HashMap;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public class fm {
    private volatile Map<String, lb> fm = new HashMap();

    public lb fm(String str) {
        if (this.fm.containsKey(str) && this.fm.get(str) != null) {
            return this.fm.get(str);
        }
        ro roVar = new ro();
        this.fm.put(str, roVar);
        return roVar;
    }

    public void fm(String str, lb lbVar) {
        if (!this.fm.containsKey(str) || this.fm.get(str) == null) {
            this.fm.put(str, lbVar);
        }
    }
}
