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.26 by dl, Mon Feb 9 13:28:47 2004 UTC vs.
Revision 1.27 by dl, Wed Jun 2 23:49:07 2004 UTC

# Line 33 | Line 33 | import java.util.concurrent.atomic.*;
33   * asynchronous nature of these queues, determining the current number
34   * of elements requires a traversal of the elements.
35   *
36 < * <p>This class implements all of the <em>optional</em> methods
37 < * of the {@link Collection} and {@link Iterator} interfaces.
36 > * <p>This class and its iterator implement all of the
37 > * <em>optional</em> methods of the {@link Collection} and {@link
38 > * Iterator} interfaces.
39   *
40   * <p>This class is a member of the
41   * <a href="{@docRoot}/../guide/collections/index.html">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines