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.38 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.41 by jsr166, Mon Oct 1 00:10:52 2018 UTC

# Line 25 | Line 25 | package java.util;
25   * instead subclassing {@link AbstractCollection}.
26   *
27   * <p>This class is a member of the
28 < * <a href="{@docRoot}/../technotes/guides/collections/index.html">
28 > * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework">
29   * Java Collections Framework</a>.
30   *
31   * @since 1.5
32   * @author Doug Lea
33 < * @param <E> the type of elements held in this collection
33 > * @param <E> the type of elements held in this queue
34   */
35   public abstract class AbstractQueue<E>
36      extends AbstractCollection<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines