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

Comparing jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java (file contents):
Revision 1.62 by jsr166, Sun Sep 26 17:52:54 2010 UTC vs.
Revision 1.63 by jsr166, Sun Sep 26 18:02:18 2010 UTC

# Line 650 | Line 650 | public class ArrayBlockingQueue<E> exten
650       * invocations of {@link Collection#remove(Object)} or {@link
651       * Iterator#remove} occurring in other threads.
652       *
653 <     * The returned iterator supports the optional {@link Iterator#remove}
653 >     * <p>The returned iterator supports the optional {@link Iterator#remove}
654       * operation. However, removal of interior elements in circular
655       * array based queues is an intrinsically slow and disruptive
656       * operation, so should be undertaken only in exceptional

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines