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.19 by jsr166, Tue Feb 5 20:09:33 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.
# Line 484 | Line 484 | public class ConcurrentSkipListSet<E>
484          /**
485           * Creates a new submap.
486           * @param fromElement inclusive least value, or {@code null} if from start
487 <         * @param toElement exclusive upper bound or {@code null} if to end
487 >         * @param toElement exclusive upper bound, or {@code null} if to end
488           * @throws IllegalArgumentException if fromElement and toElement
489           * non-null and fromElement greater than toElement
490           */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines