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.19 by jsr166, Fri Apr 21 21:37:48 2006 UTC vs.
Revision 1.20 by jsr166, Fri Apr 21 22:42:27 2006 UTC

# Line 214 | Line 214 | public interface NavigableMap<K,V> exten
214       * {@code remove} operation), the results of the iteration are undefined.
215       *
216       * @return a navigable map view of the mappings contained in this map,
217 <     *     sorted in descending order
217 >     *         sorted in descending order
218       */
219      NavigableMap<K,V> descendingMap();
220  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines