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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java (file contents):
Revision 1.73 by dl, Wed Apr 20 16:25:54 2011 UTC vs.
Revision 1.74 by dl, Wed Apr 20 19:08:20 2011 UTC

# Line 613 | Line 613 | public class CopyOnWriteArrayList<E>
613       * @return <tt>true</tt> if this list changed as a result of the call
614       * @throws ClassCastException if the class of an element of this list
615       *         is incompatible with the specified collection
616 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
616 >     *         (<a href="../Collection.html#optional-restrictions">optional</a>)
617       * @throws NullPointerException if this list contains a null element and the
618       *         specified collection does not permit null elements
619 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
619 >     *         (<a href="../Collection.html#optional-restrictions">optional</a>)
620       *         or if the specified collection is null
621       * @see #remove(Object)
622       */
# Line 655 | Line 655 | public class CopyOnWriteArrayList<E>
655       * @return <tt>true</tt> if this list changed as a result of the call
656       * @throws ClassCastException if the class of an element of this list
657       *         is incompatible with the specified collection
658 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
658 >     *         (<a href="../Collection.html#optional-restrictions">optional</a>)
659       * @throws NullPointerException if this list contains a null element and the
660       *         specified collection does not permit null elements
661 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
661 >     *         (<a href="../Collection.html#optional-restrictions">optional</a>)
662       *         or if the specified collection is null
663       * @see #remove(Object)
664       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines