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.26 by dl, Mon Feb 9 13:28:47 2004 UTC vs.
Revision 1.27 by dl, Tue Feb 17 00:56:31 2004 UTC

# Line 793 | Line 793 | public class CopyOnWriteArrayList<E>
793       * object is a List. If not, it returns false; if so, it iterates over
794       * both lists, comparing corresponding pairs of elements.  If any
795       * comparison returns false, this method returns false.  If either
796 <     * Iterator runs out of elements before before the other it returns false
796 >     * Iterator runs out of elements before the other it returns false
797       * (as the Lists are of unequal length); otherwise it returns true when
798       * the iterations complete.
799       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines