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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.14 by dholmes, Wed Aug 6 01:57:53 2003 UTC vs.
Revision 1.15 by dl, Wed Aug 6 11:11:49 2003 UTC

# Line 531 | Line 531 | public class LinkedBlockingQueue<E> exte
531  
532      /**
533       * Returns an iterator over the elements in this queue in proper sequence.
534 +     * The returned <tt>Iterator</tt> is a "weakly consistent" iterator that
535 +     * will never throw {@link java.util.ConcurrentModificationException},
536 +     * and guarantees to traverse elements as they existed upon
537 +     * construction of the iterator, and may (but is not guaranteed to)
538 +     * reflect any modifications subsequent to construction.
539       *
540       * @return an iterator over the elements in this queue in proper sequence.
541       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines