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.121 by jsr166, Sun Dec 18 21:52:10 2016 UTC vs.
Revision 1.122 by jsr166, Tue Dec 20 22:10:13 2016 UTC

# Line 319 | Line 319 | public class PriorityBlockingQueue<E> ex
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
323     * simplify use in light of possible comparator exceptions.
322       *
323       * @param k the position to fill
324       * @param x the item to insert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines