Package 

Class CancelableFuture

    • Method Summary

      Modifier and Type Method Description
      boolean cancel(boolean mayInterruptIfRunning)
      boolean isCancelled()
      boolean isDone()
      V get()
      V get(long timeout, TimeUnit unit)
      • Methods inherited from class java.util.concurrent.Future

        cancel, get, isCancelled, isDone
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait