package androidx.concurrent.futures;

import androidx.annotation.Nullable;
import java.util.concurrent.Executor;

/* JADX INFO: loaded from: classes.dex */
public final class c {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final c f978c = new c(null, null);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Runnable f979a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Executor f980b;

    @Nullable
    c next;

    public c(Runnable runnable, Executor executor) {
        this.f979a = runnable;
        this.f980b = executor;
    }
}
