ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletionService.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CompletionService.java (file contents):
Revision 1.14 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.15 by jsr166, Thu Nov 24 02:35:12 2011 UTC

# Line 69 | Line 69 | public interface CompletionService<V> {
69       */
70      Future<V> take() throws InterruptedException;
71  
72
72      /**
73       * Retrieves and removes the Future representing the next
74       * completed task or <tt>null</tt> if none are present.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines