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

Comparing jsr166/src/main/java/util/PriorityQueue.java (file contents):
Revision 1.115 by jsr166, Fri Dec 2 07:11:36 2016 UTC vs.
Revision 1.116 by jsr166, Sun Dec 18 21:52:10 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines