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

# Line 30 | Line 30 | package java.util;
30   * Submaps of any {@code NavigableMap} must implement the {@code
31   * NavigableMap} interface.
32   *
33 < * <p>This interface additionally defines methods {@code firstEntry},
34 < * {@code pollFirstEntry}, {@code lastEntry}, and
35 < * {@code pollLastEntry} that return and/or remove the least and
33 > * <p>This interface additionally defines methods {@link #firstEntry},
34 > * {@link #pollFirstEntry}, {@link #lastEntry}, and
35 > * {@link #pollLastEntry} that return and/or remove the least and
36   * greatest mappings, if any exist, else returning {@code null}.
37   *
38   * <p>Implementations of entry-returning methods are expected to
# 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