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.18 by jsr166, Wed Jan 16 00:53:17 2013 UTC vs.
Revision 1.19 by jsr166, Tue Feb 5 20:09:33 2013 UTC

# 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