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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.125 by jsr166, Sat Jun 4 19:51:49 2016 UTC vs.
Revision 1.126 by jsr166, Mon Jun 13 15:31:25 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines