インタフェースjava.util.concurrent.CompletionService 
の使用
| パッケージ | 説明 | 
|---|---|
| java.util.concurrent | 並行プログラミングでよく使用されるユーティリティ・クラスです。 | 
- 
java.util.concurrentでのCompletionServiceの使用CompletionServiceを実装しているjava.util.concurrentのクラス 修飾子と型 クラス 説明 classExecutorCompletionService<V>タスクの実行に、指定されたExecutorを使用するCompletionServiceです。