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.68 by dl, Wed Nov 17 10:49:53 2010 UTC vs.
Revision 1.69 by jsr166, Thu Nov 18 00:39:15 2010 UTC

# Line 37 | Line 37 | import java.util.Queue;
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   * java.util.ConcurrentModificationException}, and may proceed concurrently
40 < * with other operations.  Elements contained in the queue since the creation
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