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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArraySet.java (file contents):
Revision 1.20 by dl, Sun Nov 21 01:40:53 2004 UTC vs.
Revision 1.21 by jsr166, Tue Apr 26 01:17:18 2005 UTC

# Line 27 | Line 27 | import java.util.*;
27   * </ul>
28   *
29   * <p> <b>Sample Usage.</b> The following code sketch uses a
30 < * copy-on-write set to maintain a set of Handler objects that
31 < * perform some action upon state updates.
30 > * copy-on-write set to maintain a set of Handler objects that
31 > * perform some action upon state updates.
32   *
33   * <pre>
34   * class Handler { void handle(); ... }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines