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

Comparing jsr166/src/jdk7/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.3 by jsr166, Mon Jul 22 18:29:27 2013 UTC vs.
Revision 1.4 by jsr166, Sun Dec 18 21:52:10 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines