package xc;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.util.HashMap;

/* JADX INFO: loaded from: classes.dex */
public final class m {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static volatile m f34804b;

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

    @Nullable
    public l get(@NonNull String str) {
        return (l) this.f34805a.get(str);
    }

    public void put(@NonNull String str, @Nullable l lVar) {
        HashMap map = this.f34805a;
        if (lVar != null) {
            map.put(str, lVar);
        } else {
            map.remove(str);
        }
    }
}
