package kotlin.reflect.w.internal.y0.n;

import java.util.Map;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes2.dex */
public final class f1 extends g1 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Map<e1, l1> f8923c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ boolean f8924d;

    /* JADX WARN: Multi-variable type inference failed */
    public f1(Map<e1, ? extends l1> map, boolean z2) {
        this.f8923c = map;
        this.f8924d = z2;
    }

    @Override // kotlin.reflect.w.internal.y0.n.o1
    public boolean a() {
        return this.f8924d;
    }

    @Override // kotlin.reflect.w.internal.y0.n.o1
    public boolean f() {
        return this.f8923c.isEmpty();
    }

    @Override // kotlin.reflect.w.internal.y0.n.g1
    public l1 h(e1 e1Var) {
        o.f(e1Var, "key");
        return this.f8923c.get(e1Var);
    }
}
