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.24 by tim, Wed Aug 6 18:22:09 2003 UTC vs.
Revision 1.25 by tim, Wed Aug 6 18:42:49 2003 UTC

# Line 159 | Line 159 | public class PriorityQueue<E> extends Ab
159       * specified collection.  The priority queue has an initial
160       * capacity of 110% of the size of the specified collection or 1
161       * if the collection is empty.  If the specified collection is an
162 <     * instance of a {@link SortedSet} or is another
162 >     * instance of a {@link java.util.SortedSet} or is another
163       * <tt>PriorityQueue</tt>, the priority queue will be sorted
164       * according to the same comparator, or according to its elements'
165       * natural order if the collection is sorted according to its

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines