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.42 by dl, Mon Sep 15 12:02:23 2003 UTC vs.
Revision 1.43 by dl, Sun Oct 5 22:59:21 2003 UTC

# Line 15 | Line 15 | package java.util;
15   * {@link java.util.Comparator}, depending on which constructor is
16   * used. A priority queue does not permit <tt>null</tt> elements.
17   * A priority queue relying on natural ordering also does not
18 < * permit insertion of non-comparable objects (doing so results
18 > * permit insertion of non-comparable objects (doing so may result
19   * in <tt>ClassCastException</tt>).
20   *
21   * <p>The <em>head</em> of this queue is the <em>least</em> element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines