예제 #1
0
 public FutureTask(java.util.concurrent.Callable <V> callable)
 {
     throw new System.NotImplementedException();
 }
예제 #2
0
 internal Sync(FutureTask <V> _enclosing, java.util.concurrent.Callable <V> callable
               )
 {
     throw new System.NotImplementedException();
 }
 public CommandLine(java.util.concurrent.Callable <V> newCallable)
 {
     this.callable = newCallable;
 }