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.11 by jsr166, Wed Jan 16 00:51:11 2013 UTC vs.
Revision 1.12 by jsr166, Fri Feb 15 22:20:46 2013 UTC

# Line 234 | Line 234 | public interface NavigableMap<K,V> exten
234       *
235       * @return a set view of the mappings contained in this map
236       */
237 <    Set<Map.Entry<K, V>> descendingEntrySet();
237 >    Set<Map.Entry<K,V>> descendingEntrySet();
238  
239      /**
240       * Returns a view of the portion of this map whose keys range from

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines