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.120 by jsr166, Wed Nov 30 03:46:37 2016 UTC vs.
Revision 1.121 by jsr166, Sun Dec 18 21:52:10 2016 UTC

# Line 316 | Line 316 | public class PriorityBlockingQueue<E> ex
316       * promoting x up the tree until it is greater than or equal to
317       * its parent, or is the root.
318       *
319 <     * To simplify and speed up coercions and comparisons. the
319 >     * To simplify and speed up coercions and comparisons, the
320       * Comparable and Comparator versions are separated into different
321       * methods that are otherwise identical. (Similarly for siftDown.)
322       * These methods are static, with heap state as arguments, to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines