package j1; import java.util.HashMap; /* loaded from: classes.dex */ public abstract class b implements n1.b { /* renamed from: a, reason: collision with root package name */ public HashMap f11011a = new HashMap(); public Object b(String str) { return this.f11011a.get(str); } public void c(String str, Object obj) { this.f11011a.put(str, obj); } }