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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.33 by dl, Sat Dec 27 19:26:26 2003 UTC vs.
Revision 1.34 by dl, Tue Jan 27 11:36:31 2004 UTC

# Line 31 | Line 31 | import java.util.*;
31   * <p>This class implements all of the <em>optional</em> methods
32   * of the {@link Collection} and {@link Iterator} interfaces.
33   *
34 + * <p>This class is a member of the
35 + * <a href="{@docRoot}/../guide/collections/index.html">
36 + * Java Collections Framework</a>.
37 + *
38   * @since 1.5
39   * @author Doug Lea
40   * @param <E> the type of elements held in this collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines