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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.97 by dl, Thu Jun 2 13:16:27 2016 UTC vs.
Revision 1.98 by jsr166, Mon Jun 13 15:31:25 2016 UTC

# Line 34 | Line 34 | import java.util.function.Consumer;
34   * inaccurate results if this collection is modified during traversal.
35   * Additionally, the bulk operations {@code addAll},
36   * {@code removeAll}, {@code retainAll}, {@code containsAll},
37 < * {@code equals}, and {@code toArray} are <em>not</em> guaranteed
37 > * and {@code toArray} are <em>not</em> guaranteed
38   * to be performed atomically. For example, an iterator operating
39   * concurrently with an {@code addAll} operation might view only some
40   * of the added elements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines