ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166x/ConcurrentSkipListSet.java
(Generate patch)

Comparing jsr166/src/jsr166x/ConcurrentSkipListSet.java (file contents):
Revision 1.5 by dl, Tue Dec 21 17:27:44 2004 UTC vs.
Revision 1.6 by dl, Tue Mar 8 17:51:57 2005 UTC

# Line 24 | Line 24 | import java.util.concurrent.*;
24   * threads. Iterators are <i>weakly consistent</i>, returning elements
25   * reflecting the state of the set at some point at or since the
26   * creation of the iterator.  They do <em>not</em> throw {@link
27 < * ConcurrentModificationException}, and may procede concurrently with
27 > * ConcurrentModificationException}, and may proceed concurrently with
28   * other operations.
29   *
30   * <p>Beware that, unlike in most collections, the <tt>size</tt>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines