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

Comparing jsr166/src/jdk7/java/util/PriorityQueue.java (file contents):
Revision 1.5 by jsr166, Sat Oct 15 18:41:31 2016 UTC vs.
Revision 1.6 by jsr166, Sun Dec 18 21:52:10 2016 UTC

# Line 628 | Line 628 | public class PriorityQueue<E> extends Ab
628       * promoting x up the tree until it is greater than or equal to
629       * its parent, or is the root.
630       *
631 <     * To simplify and speed up coercions and comparisons. the
631 >     * To simplify and speed up coercions and comparisons, the
632       * Comparable and Comparator versions are separated into different
633       * methods that are otherwise identical. (Similarly for siftDown.)
634       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines