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.78 by jsr166, Sun Nov 18 18:03:10 2012 UTC vs.
Revision 1.79 by jsr166, Sat Dec 15 22:26:29 2012 UTC

# Line 63 | Line 63 | package java.util;
63   * java.util.concurrent.PriorityBlockingQueue} class.
64   *
65   * <p>Implementation note: this implementation provides
66 < * O(log(n)) time for the enqueing and dequeing methods
66 > * O(log(n)) time for the enqueuing and dequeuing methods
67   * ({@code offer}, {@code poll}, {@code remove()} and {@code add});
68   * linear time for the {@code remove(Object)} and {@code contains(Object)}
69   * methods; and constant time for the retrieval methods

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines