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.19 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.20 by dl, Sun Oct 19 13:38:34 2003 UTC

# Line 20 | Line 20 | import java.util.*;
20   * of the {@link Collection} and {@link Iterator} interfaces.
21   * @since 1.5
22   * @author Doug Lea
23 < * @param <E> the base class of all elements held in this collection
23 > * @param <E> the type of elements held in this collection
24   */
25  
26   public class DelayQueue<E extends Delayed> extends AbstractQueue<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines