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.27 by dl, Tue Feb 17 00:56:31 2004 UTC vs.
Revision 1.28 by dl, Sat Apr 10 14:25:24 2004 UTC

# Line 18 | Line 18 | package java.util.concurrent;
18   import java.util.*;
19  
20   /**
21 < * A variant of {@link java.util.ArrayList} in which all mutative
21 > * A thread-safe variant of {@link java.util.ArrayList} in which all mutative
22   * operations (add, set, and so on) are implemented by making a fresh
23   * copy of the underlying array.  
24   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines