package T;

import java.util.function.IntConsumer;

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

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

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

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

    public /* synthetic */ f(int i6, int i7, Object obj) {
        this.f6311a = i7;
        this.f6313c = obj;
        this.f6312b = i6;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f6311a) {
            case 0:
                ((IntConsumer) this.f6313c).accept(this.f6312b);
                break;
            default:
                ((p) this.f6313c).u(this.f6312b);
                break;
        }
    }
}
