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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.146 by dl, Fri Nov 27 17:42:00 2020 UTC vs.
Revision 1.147 by dl, Mon Jan 4 13:10:33 2021 UTC

# Line 197 | Line 197 | public class PriorityBlockingQueue<E> ex
197      /**
198       * Creates a {@code PriorityBlockingQueue} containing the elements
199       * in the specified collection.  If the specified collection is a
200 <     * {@link SortedSet} or a {@link PriorityQueue}, this
200 >     * {@link SortedSet} or a {@link PriorityBlockingQueue}, this
201       * priority queue will be ordered according to the same ordering.
202       * Otherwise, this priority queue will be ordered according to the
203       * {@linkplain Comparable natural ordering} of its elements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines