ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/NavigableSet.java
(Generate patch)

Comparing jsr166/src/main/java/util/NavigableSet.java (file contents):
Revision 1.11 by dl, Mon Jul 18 19:32:38 2005 UTC vs.
Revision 1.12 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 SortedSet} extended with navigation methods reporting
# Line 24 | Line 25 | package java.util;
25   * Methods <tt>navigableSubSet</tt>, <tt>navigableHeadSet</tt>, and
26   * <tt>navigableTailSet</tt> differ from the similarly named
27   * <tt>SortedSet</tt> methods only in their declared return types.
28 < * Subsets of any <tt>NavigableSet</tt> must obey
29 < * the <tt>NavigableSet</tt> interface.
29 < *
30 < * are guaranteed to obey the <tt>NavigableSet</tt> interface.
28 > * Subsets of any <tt>NavigableSet</tt> must implement the
29 > * <tt>NavigableSet</tt> interface.
30   *
31   * <p> The return values of navigation methods may be ambiguous in
32   * implementations that permit <tt>null</tt> elements. However, even

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines