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.12 by jsr166, Tue Feb 7 20:54:24 2006 UTC vs.
Revision 1.13 by dl, Mon Mar 27 18:23:13 2006 UTC

# Line 29 | Line 29 | package java.util;
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 their declared return types.
32 < * Submaps of any <tt>NavigableMap<tt> must implement the
32 > * Submaps of any <tt>NavigableMap</tt> must implement the
33   * <tt>NavigableMap</tt> interface.
34   *
35   * <p>This interface additionally defines methods <tt>firstEntry</tt>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines