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.50 by jsr166, Mon May 19 01:14:25 2008 UTC vs.
Revision 1.51 by jsr166, Fri Nov 19 08:02:09 2010 UTC

# Line 453 | Line 453 | public class DelayQueue<E extends Delaye
453      /**
454       * Returns an iterator over all the elements (both expired and
455       * unexpired) in this queue. The iterator does not return the
456 <     * elements in any particular order.  The returned
457 <     * <tt>Iterator</tt> is a "weakly consistent" iterator that will
458 <     * never throw {@link ConcurrentModificationException}, and
459 <     * guarantees to traverse elements as they existed upon
460 <     * construction of the iterator, and may (but is not guaranteed
461 <     * to) reflect any modifications subsequent to construction.
456 >     * elements in any particular order.
457 >     *
458 >     * <p>The returned iterator is a "weakly consistent" iterator that
459 >     * will never throw {@link java.util.ConcurrentModificationException
460 >     * ConcurrentModificationException}, and guarantees to traverse
461 >     * elements as they existed upon construction of the iterator, and
462 >     * may (but is not guaranteed to) reflect any modifications
463 >     * subsequent to construction.
464       *
465       * @return an iterator over the elements in this queue
466       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines