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.9 by jsr166, Wed May 18 01:39:35 2005 UTC vs.
Revision 1.10 by dl, Mon Jul 18 19:32:38 2005 UTC

# Line 28 | Line 28 | package java.util;
28   * subrange traversals in either direction using <tt>navigableSubMap</tt>.
29   * Methods <tt>navigableSubMap</tt>, <tt>navigableHeadMap</tt>, and
30   * <tt>navigableTailMap</tt> differ from the similarly named
31 < * <tt>SortedMap</tt> methods only in that the returned maps
32 < * are guaranteed to obey the <tt>NavigableMap</tt> interface.
31 > * <tt>SortedMap</tt> methods only in their declared return types.
32 > * Submaps of any <tt>NavigableMap</tt> must obey
33 > * the <tt>NavigableMap</tt> interface.
34   *
35   * <p>This interface additionally defines methods <tt>firstEntry</tt>,
36   * <tt>pollFirstEntry</tt>, <tt>lastEntry</tt>, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines