package com.google.common.util.concurrent;

import java.util.concurrent.Executor;

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

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public c f23776c;

    public c(Runnable runnable, Executor executor) {
        this.f23774a = runnable;
        this.f23775b = executor;
    }

    public c() {
        this.f23774a = null;
        this.f23775b = null;
    }
}
