Class TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>
java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<V>
com.google.common.util.concurrent.testing.TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>
- All Implemented Interfaces:
ListenableFuture<V>
,ListenableScheduledFuture<V>
,Comparable<Delayed>
,Delayed
,Future<V>
,ScheduledFuture<V>
- Enclosing class:
- TestingExecutors.NoOpScheduledExecutorService
private static class TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>
extends AbstractFuture<V>
implements ListenableScheduledFuture<V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
addListener, afterDone, cancel, get, get, interruptTask, isCancelled, isDone, pendingToString, set, setException, setFuture, toString, tryInternalFastPathGetFailure, wasInterrupted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
-
Constructor Details
-
NeverScheduledFuture
private NeverScheduledFuture()
-
-
Method Details
-
create
-
getDelay
-
compareTo
- Specified by:
compareTo
in interfaceComparable<V>
-