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

Comparing jsr166/src/main/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.45 by dl, Sun Feb 15 00:26:53 2004 UTC vs.
Revision 1.46 by dl, Wed Jun 2 23:49:07 2004 UTC

# Line 37 | Line 37 | import java.util.*;
37   * generally decreases throughput but reduces variability and avoids
38   * starvation.
39   *
40 < * <p>This class implements all of the <em>optional</em> methods
41 < * of the {@link Collection} and {@link Iterator} interfaces.
40 > * <p>This class and its iterator implement all of the
41 > * <em>optional</em> methods of the {@link Collection} and {@link
42 > * Iterator} interfaces.
43   *
44   * <p>This class is a member of the
45   * <a href="{@docRoot}/../guide/collections/index.html">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines