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.33 by jsr166, Mon May 2 08:35:49 2005 UTC vs.
Revision 1.34 by jsr166, Mon May 2 18:38:53 2005 UTC

# Line 522 | Line 522 | public class CopyOnWriteArrayList<E>
522      /**
523       * Returns true if this list contains all of the elements in the
524       * specified collection.
525 <     *
525 >     *
526       * <p>This implementation iterates over the specified collection,
527       * checking each element returned by the Iterator in turn to see if
528       * it's contained in this list.  If all elements are so contained

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines