Java™ Platform
Standard Ed. 6

Uses of Interface
java.util.concurrent.CompletionService

Packages that use CompletionService
java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Uses of CompletionService in java.util.concurrent
 

Classes in java.util.concurrent that implement CompletionService
 class ExecutorCompletionService<V>
          A CompletionService that uses a supplied Executor to execute tasks.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.