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

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

# Line 242 | Line 242 | public interface NavigableMap<K,V> exten
242       * <tt>fromKey</tt> and <tt>toKey</tt> are equal, the returned sorted map
243       * is empty.)  The returned sorted map is backed by this map, so changes
244       * in the returned sorted map are reflected in this map, and vice-versa.
245 <
245 >     *
246       * @param fromKey low endpoint (inclusive) of the subMap.
247       * @param toKey high endpoint (exclusive) of the subMap.
248       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines