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.22 by dl, Mon Nov 10 17:31:18 2003 UTC

# Line 27 | Line 27 | package java.util;
27   *
28   * @since 1.5
29   * @author Doug Lea
30 + * @param <E> the type of elements held in this collection
31   */
32   public abstract class AbstractQueue<E>
33      extends AbstractCollection<E>
# Line 120 | Line 121 | public abstract class AbstractQueue<E>
121       * @param c collection whose elements are to be added to this collection.
122       * @return <tt>true</tt> if this collection changed as a result of the
123       *         call.
124 <     * @throws NullPointerException if the specified collection, or
124 >     * @throws NullPointerException if the specified collection or
125       * any of its elements are null.
126       * @throws IllegalArgumentException if c is this queue.
127       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines