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.36 by jsr166, Wed May 18 00:45:57 2005 UTC vs.
Revision 1.37 by jsr166, Sat May 21 03:02:42 2005 UTC

# Line 536 | Line 536 | public class CopyOnWriteArrayList<E>
536       * Returns <tt>true</tt> if this list contains all of the elements of the
537       * specified collection.
538       *
539     * <p>This implementation iterates over the specified collection,
540     * checking each element returned by the Iterator in turn to see if
541     * it's contained in this list.  If all elements are so contained
542     * <tt>true</tt> is returned, otherwise <tt>false</tt>.
543     *
539       * @param c collection to be checked for containment in this list
540       * @return <tt>true</tt> if this list contains all of the elements of the
541       *         specified collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines