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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentLinkedQueue.java (file contents):
Revision 1.3 by jsr166, Mon Jun 17 17:17:05 2013 UTC vs.
Revision 1.4 by jsr166, Wed Oct 29 20:23:14 2014 UTC

# Line 28 | Line 28 | import java.util.Queue;
28   * does not permit the use of {@code null} elements.
29   *
30   * <p>This implementation employs an efficient <em>non-blocking</em>
31 < * algorithm based on one described in <a
32 < * href="http://www.cs.rochester.edu/u/michael/PODC96.html"> Simple,
33 < * Fast, and Practical Non-Blocking and Blocking Concurrent Queue
31 > * algorithm based on one described in
32 > * <a href="http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf">
33 > * Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue
34   * Algorithms</a> by Maged M. Michael and Michael L. Scott.
35   *
36   * <p>Iterators are <i>weakly consistent</i>, returning elements

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines