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

Comparing jsr166/src/main/java/util/concurrent/BlockingQueue.java (file contents):
Revision 1.24 by dl, Sun Oct 19 13:38:34 2003 UTC vs.
Revision 1.25 by dl, Mon Nov 10 17:31:23 2003 UTC

# Line 33 | Line 33 | import java.util.Queue;
33   * <tt>remove(x)</tt>. However, such operations are in general
34   * <em>not</em> performed very efficiently, and are intended for only
35   * occasional use, such as when a queued message is cancelled.  Also,
36 < * the bulk Collection operations, most notably <tt>addAll</tt> are
36 > * the bulk Collection operations, most notably <tt>addAll</tt>, are
37   * <em>not</em> necessarily performed atomically, so it is possible
38   * for <tt>addAll(c)</tt> to fail (throwing an exception) after adding
39   * only some of the elements in <tt>c</tt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines