package com.google.firebase.components;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class a implements ComponentFactory {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f13843a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f13844b;

    public /* synthetic */ a(Object obj, int i6) {
        this.f13843a = i6;
        this.f13844b = obj;
    }

    @Override // com.google.firebase.components.ComponentFactory
    public final Object create(ComponentContainer componentContainer) {
        switch (this.f13843a) {
            case 0:
                return Component.lambda$of$2(this.f13844b, componentContainer);
            case 1:
                return Component.lambda$intoSet$4(this.f13844b, componentContainer);
            case 2:
                return Component.lambda$intoSet$3(this.f13844b, componentContainer);
            case 3:
                return Component.lambda$of$0(this.f13844b, componentContainer);
            default:
                return Component.lambda$of$1(this.f13844b, componentContainer);
        }
    }
}
