- get() - Method in interface java.util.concurrent.Future
-
Waits if necessary for the computation to complete, and then retrieves its result.
- get(long, TimeUnit) - Method in interface java.util.concurrent.Future
-
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if
available.
- getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
-
Returns the remaining delay associated with this object, in the given time unit.