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.10 by dl, Mon Jul 18 19:32:38 2005 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 obey
33 < * the <tt>NavigableMap</tt> interface.
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>,
36   * <tt>pollFirstEntry</tt>, <tt>lastEntry</tt>, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines