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.11 by jsr166, Wed Jul 20 02:18:52 2005 UTC vs.
Revision 1.13 by dl, Mon Mar 27 18:23:13 2006 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util;
8 import java.util.*; // for javadoc (till 6280605 is fixed)
8  
9   /**
10   * A {@link SortedMap} extended with navigation methods returning the
# Line 30 | Line 29 | import java.util.*; // for javadoc (till
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