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.118 by jsr166, Thu Dec 29 23:14:34 2016 UTC vs.
Revision 1.119 by jsr166, Sat May 6 06:49:46 2017 UTC

# Line 73 | Line 73 | import java.util.function.Consumer;
73   * ({@code peek}, {@code element}, and {@code size}).
74   *
75   * <p>This class is a member of the
76 < * <a href="{@docRoot}/../technotes/guides/collections/index.html">
76 > * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
77   * Java Collections Framework</a>.
78   *
79   * @since 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines