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

Comparing jsr166/src/jdk7/java/util/Queue.java (file contents):
Revision 1.3 by jsr166, Sat Jul 20 19:33:38 2013 UTC vs.
Revision 1.5 by jsr166, Fri Jul 15 18:49:12 2016 UTC

# Line 96 | Line 96 | package java.util;
96   * always well-defined for queues with the same elements but different
97   * ordering properties.
98   *
99 *
99   * <p>This interface is a member of the
100   * <a href="{@docRoot}/../technotes/guides/collections/index.html">
101   * Java Collections Framework</a>.
102   *
104 * @see java.util.Collection
105 * @see LinkedList
106 * @see PriorityQueue
107 * @see java.util.concurrent.LinkedBlockingQueue
108 * @see java.util.concurrent.BlockingQueue
109 * @see java.util.concurrent.ArrayBlockingQueue
110 * @see java.util.concurrent.LinkedBlockingQueue
111 * @see java.util.concurrent.PriorityBlockingQueue
103   * @since 1.5
104   * @author Doug Lea
105   * @param <E> the type of elements held in this collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines