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.33 by dl, Mon Aug 25 23:50:24 2003 UTC vs.
Revision 1.34 by dholmes, Wed Aug 27 01:33:50 2003 UTC

# Line 37 | Line 37
37   * Multiple threads should not access a <tt>PriorityQueue</tt>
38   * instance concurrently if any of the threads modifies the list
39   * structurally. Instead, use the thread-safe {@link
40 < * java.util.concurrent.BlockingPriorityQueue} class.
40 > * java.util.concurrent.PriorityBlockingQueue} class.
41   *
42   *
43   * <p>Implementation note: this implementation provides O(log(n)) time

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines