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.11 by jsr166, Wed Jul 20 02:18:52 2005 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util;
8 + import java.util.*; // for javadoc (till 6280605 is fixed)
9  
10   /**
11   * A {@link SortedMap} extended with navigation methods returning the
# Line 29 | Line 30 | package java.util;
30   * Methods <tt>navigableSubMap</tt>, <tt>navigableHeadMap</tt>, and
31   * <tt>navigableTailMap</tt> differ from the similarly named
32   * <tt>SortedMap</tt> methods only in their declared return types.
33 < * Submaps of any <tt>NavigableMap</tt> must obey
34 < * the <tt>NavigableMap</tt> interface.
33 > * Submaps of any <tt>NavigableMap<tt> must implement the
34 > * <tt>NavigableMap</tt> interface.
35   *
36   * <p>This interface additionally defines methods <tt>firstEntry</tt>,
37   * <tt>pollFirstEntry</tt>, <tt>lastEntry</tt>, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines