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.17 by jsr166, Wed Jan 16 00:51:11 2013 UTC vs.
Revision 1.18 by jsr166, Wed Jan 16 00:53:17 2013 UTC

# Line 32 | Line 32 | import java.util.concurrent.*;
32   * asynchronous nature of these sets, determining the current number
33   * of elements requires a traversal of the elements. Additionally, the
34   * bulk operations {@code addAll}, {@code removeAll},
35 < * <{@code retainAll}, and tt>containsAll</tt> are <em>not</em>
35 > * {@code retainAll}, and {@code containsAll} are <em>not</em>
36   * guaranteed to be performed atomically. For example, an iterator
37   * operating concurrently with an {@code addAll} operation might view
38   * only some of the added elements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines