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.15 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.16 by jsr166, Sun Dec 30 00:05:22 2012 UTC

# Line 15 | Line 15 | import java.util.concurrent.*;
15   * ascending order, sorted according to the <i>natural order</i> for
16   * the element's class (see {@link Comparable}), or by the comparator
17   * provided at creation time, depending on which constructor is
18 < * used.<p>
18 > * used.
19   *
20 < * This implementation provides expected average <i>log(n)</i> time
20 > * <p>This implementation provides expected average <i>log(n)</i> time
21   * cost for the <tt>contains</tt>, <tt>add</tt>, and <tt>remove</tt>
22   * operations and their variants.  Insertion, removal, and access
23   * operations safely execute concurrently by multiple

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines