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

Comparing jsr166/src/jdk8/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.1 by jsr166, Sat Mar 26 06:22:50 2016 UTC vs.
Revision 1.2 by jsr166, Sun Dec 18 21:53:44 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines