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

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.24 by dl, Tue Jan 20 04:35:02 2004 UTC vs.
Revision 1.25 by dl, Tue Jan 27 11:36:31 2004 UTC

# Line 18 | Line 18 | import java.util.*;
18   * This queue does not permit <tt>null</tt> elements.
19   * <p>This class implements all of the <em>optional</em> methods
20   * of the {@link Collection} and {@link Iterator} interfaces.
21 + *
22 + * <p>This class is a member of the
23 + * <a href="{@docRoot}/../guide/collections/index.html">
24 + * Java Collections Framework</a>.
25 + *
26   * @since 1.5
27   * @author Doug Lea
28   * @param <E> the type of elements held in this collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines