public final class com.google.common.util.concurrent.testing.TestingExecutors extends java.lang.Object
{
private void <init>()
{
com.google.common.util.concurrent.testing.TestingExecutors v;
v := @this: com.google.common.util.concurrent.testing.TestingExecutors;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static com.google.common.util.concurrent.ListeningScheduledExecutorService noOpScheduledExecutor()
{
com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService v;
v = new com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService;
specialinvoke v.<com.google.common.util.concurrent.testing.TestingExecutors$NoOpScheduledExecutorService: void <init>()>();
return v;
}
public static com.google.common.util.concurrent.ListeningScheduledExecutorService sameThreadScheduledExecutor()
{
com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService v;
v = new com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService;
specialinvoke v.<com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService: void <init>()>();
return v;
}
}