package com.google.firebase.components;

import com.google.firebase.events.Event;
import com.google.firebase.inject.Provider;
import java.util.Map;

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

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

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

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

    public /* synthetic */ e(int i6, Object obj, Object obj2) {
        this.f13851a = i6;
        this.f13853c = obj;
        this.f13852b = obj2;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f13851a) {
            case 0:
                ((OptionalProvider) this.f13853c).set((Provider) this.f13852b);
                break;
            case 1:
                ((LazySet) this.f13853c).add((Provider) this.f13852b);
                break;
            default:
                EventBus.lambda$publish$0((Map.Entry) this.f13853c, (Event) this.f13852b);
                break;
        }
    }
}
