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

Comparing jsr166/src/main/java/util/NavigableMap.java (file contents):
Revision 1.28 by jsr166, Sat Mar 9 01:51:15 2013 UTC vs.
Revision 1.29 by jsr166, Sun Sep 6 04:29:42 2015 UTC

# Line 269 | Line 269 | public interface NavigableMap<K,V> exten
269       * Returns a view of the portion of this map whose keys range from
270       * {@code fromKey} to {@code toKey}.  If {@code fromKey} and
271       * {@code toKey} are equal, the returned map is empty unless
272 <     * {@code fromExclusive} and {@code toExclusive} are both true.  The
272 >     * {@code fromInclusive} and {@code toInclusive} are both true.  The
273       * returned map is backed by this map, so changes in the returned map are
274       * reflected in this map, and vice-versa.  The returned map supports all
275       * optional map operations that this map supports.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines