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.16 by jsr166, Thu Apr 20 21:55:42 2006 UTC vs.
Revision 1.17 by jsr166, Fri Apr 21 03:53:57 2006 UTC

# Line 208 | Line 208 | public interface NavigableMap<K,V> exten
208      /**
209       * Returns a {@link NavigableMap} view of the mappings contained in this
210       * map in descending order.  The descending map is backed by this map, so
211 <     * changes to the map are reflected in the descending set, and vice-versa.
211 >     * changes to the map are reflected in the descending map, and vice-versa.
212       * If either map is modified while an iteration over a collection view of
213       * the other map is in progress (except through the iterator's own
214       * {@code remove} operation), the results of the iteration are undefined.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines