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

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.64 by jsr166, Tue Jun 4 22:56:47 2013 UTC vs.
Revision 1.65 by jsr166, Thu Aug 8 20:12:10 2013 UTC

# Line 483 | Line 483 | public class DelayQueue<E extends Delaye
483       * unexpired) in this queue. The iterator does not return the
484       * elements in any particular order.
485       *
486 <     * <p>The returned iterator is a "weakly consistent" iterator that
487 <     * will never throw {@link java.util.ConcurrentModificationException
488 <     * ConcurrentModificationException}, and guarantees to traverse
489 <     * elements as they existed upon construction of the iterator, and
490 <     * may (but is not guaranteed to) reflect any modifications
491 <     * subsequent to construction.
486 >     * <p>The returned iterator is
487 >     * <a href="package-summary.html#Weakly"><i>weakly consistent</i></a>.
488       *
489       * @return an iterator over the elements in this queue
490       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines