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

Comparing jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java (file contents):
Revision 1.40 by dl, Wed Jan 21 15:20:35 2004 UTC vs.
Revision 1.41 by dl, Tue Jan 27 11:36:31 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines