类 FutureAdapter<V>

  • 所有已实现的接口:
    <V>

    public class FutureAdapter<V>
    extends 
    implements <V>
    FutureAdapter
    • 构造器详细资料

    • 方法详细资料

      • cancel

        public boolean cancel​(boolean mayInterruptIfRunning)
        指定者:
         在接口中 <V>
      • isCancelled

        public boolean isCancelled()
        指定者:
         在接口中 <V>
      • isDone

        public boolean isDone()
        指定者:
         在接口中 <V>
      • get

        public V get()
              throws ,
                     
        指定者:
         在接口中 <V>
        抛出:
      • get

        public V get​(long timeout,
                      unit)
              throws ,
                     ,
                     
        指定者:
         在接口中 <V>
        抛出: