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.27 by jsr166, Sat Feb 9 21:35:06 2013 UTC vs.
Revision 1.28 by jsr166, Sat Mar 9 01:51:15 2013 UTC

# Line 225 | Line 225 | public interface NavigableMap<K,V> exten
225       * operation), the results of the iteration are undefined.
226       *
227       * <p>The returned map has an ordering equivalent to
228 <     * <tt>{@link Collections#reverseOrder(Comparator) Collections.reverseOrder}(comparator())</tt>.
228 >     * {@link Collections#reverseOrder(Comparator) Collections.reverseOrder}{@code (comparator())}.
229       * The expression {@code m.descendingMap().descendingMap()} returns a
230       * view of {@code m} essentially equivalent to {@code m}.
231       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines