ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.68 by jsr166, Tue Nov 9 00:32:44 2010 UTC vs.
Revision 1.69 by jsr166, Fri Nov 19 08:02:10 2010 UTC

# Line 849 | Line 849 | public class PriorityBlockingQueue<E> ex
849      /**
850       * Returns an iterator over the elements in this queue. The
851       * iterator does not return the elements in any particular order.
852 <     * The returned {@code Iterator} is a "weakly consistent"
853 <     * iterator that will never throw {@link
852 >     *
853 >     * <p>The returned iterator is a "weakly consistent" iterator that
854 >     * will never throw {@link java.util.ConcurrentModificationException
855       * ConcurrentModificationException}, and guarantees to traverse
856       * elements as they existed upon construction of the iterator, and
857       * may (but is not guaranteed to) reflect any modifications

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines