package p421.p422.p423.p424;

import java.util.HashMap;
import java.util.Map;
import net.engio.mbassy.bus.error.MissingPropertyException;
import p138.p139.p143.p144.C2803;
import p421.p422.p423.p424.p425.InterfaceC6717;

/* JADX INFO: renamed from: ޏ.֏.֏.֏.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C6708 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public InterfaceC6717 f19475;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public Map<String, Object> f19476 = new HashMap();

    public C6708(InterfaceC6717 interfaceC6717) {
        this.f19475 = interfaceC6717;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public <T> T m9909(String str) {
        if (this.f19476.containsKey(str)) {
            return (T) this.f19476.get(str);
        }
        throw new MissingPropertyException(C2803.m4880("The property ", str, " is not available in this runtime"));
    }
}
