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.67 by jsr166, Mon Oct 11 18:50:08 2010 UTC vs.
Revision 1.68 by dl, Wed Nov 17 10:49:53 2010 UTC

# Line 36 | Line 36 | import java.util.Queue;
36   * <p>Iterators are <i>weakly consistent</i>, returning elements
37   * reflecting the state of the queue at some point at or since the
38   * creation of the iterator.  They do <em>not</em> throw {@link
39 < * ConcurrentModificationException}, and may proceed concurrently with
40 < * other operations.  Elements contained in the queue since the creation
39 > * java.util.ConcurrentModificationException}, and may proceed concurrently
40 > * with other operations.  Elements contained in the queue since the creation
41   * of the iterator will be returned exactly once.
42   *
43   * <p>Beware that, unlike in most collections, the {@code size} method

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines