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

Comparing jsr166/src/jsr166x/ConcurrentSkipListMap.java (file contents):
Revision 1.10 by jsr166, Wed Sep 1 20:12:39 2010 UTC vs.
Revision 1.11 by jsr166, Sat Nov 13 05:59:24 2010 UTC

# Line 3050 | Line 3050 | public class ConcurrentSkipListMap<K,V>
3050           * Creates a new submap.
3051           * @param least inclusive least value, or <tt>null</tt> if from start
3052           * @param fence exclusive upper bound or <tt>null</tt> if to end
3053 <         * @throws IllegalArgumentException if least and fence nonnull
3053 >         * @throws IllegalArgumentException if least and fence non-null
3054           *  and least greater than fence
3055           */
3056          ConcurrentSkipListSubMap(ConcurrentSkipListMap<K,V> map,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines