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

Comparing jsr166/src/jsr166x/ConcurrentNavigableMap.java (file contents):
Revision 1.3 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.4 by jsr166, Wed Apr 27 14:06:30 2011 UTC

# Line 23 | Line 23 | public interface ConcurrentNavigableMap<
23       * <tt>fromKey</tt> and <tt>toKey</tt> are equal, the returned sorted map
24       * is empty.)  The returned sorted map is backed by this map, so changes
25       * in the returned sorted map are reflected in this map, and vice-versa.
26 <
26 >     *
27       * @param fromKey low endpoint (inclusive) of the subMap.
28       * @param toKey high endpoint (exclusive) of the subMap.
29       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines