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

Comparing jsr166/src/main/java/util/AbstractQueue.java (file contents):
Revision 1.19 by dl, Sun Oct 5 22:59:21 2003 UTC vs.
Revision 1.20 by dl, Sat Oct 18 12:29:27 2003 UTC

# Line 27 | Line 27 | package java.util;
27   *
28   * @since 1.5
29   * @author Doug Lea
30 + * @param <E> the base class of all elements held in this collection
31   */
32   public abstract class AbstractQueue<E>
33      extends AbstractCollection<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines