java.lang.Object |
↳ |
com.facebook.common.executors.ScheduledFutureImpl<V> |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
From interface
java.lang.Runnable
|
From interface
java.util.concurrent.Delayed
abstract
long
|
getDelay(TimeUnit arg0)
|
|
From interface
java.util.concurrent.Future
abstract
boolean
|
cancel(boolean arg0)
|
abstract
V
|
get(long arg0, TimeUnit arg1)
|
abstract
V
|
get()
|
abstract
boolean
|
isCancelled()
|
abstract
boolean
|
isDone()
|
|
From interface
java.util.concurrent.RunnableFuture
|
Public Constructors
public
ScheduledFutureImpl
(Handler handler, Callable<V> callable)
public
ScheduledFutureImpl
(Handler handler, Runnable runnable, V result)
Public Methods
public
boolean
cancel
(boolean mayInterruptIfRunning)
public
int
compareTo
(Delayed other)
public
V
get
(long timeout, TimeUnit unit)
Throws
ExecutionException
| |
InterruptedException
| |
TimeoutException
| |
public
V
get
()
Throws
ExecutionException
| |
InterruptedException
| |
public
long
getDelay
(TimeUnit unit)
public
boolean
isCancelled
()