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.10 by jsr166, Tue May 17 07:29:01 2005 UTC vs.
Revision 1.11 by dl, Mon Jul 18 19:32:38 2005 UTC

# Line 23 | Line 23 | package java.util;
23   * element, if one exists, else returning <tt>null</tt>.
24   * Methods <tt>navigableSubSet</tt>, <tt>navigableHeadSet</tt>, and
25   * <tt>navigableTailSet</tt> differ from the similarly named
26 < * <tt>SortedSet</tt> methods only in that the returned sets
26 > * <tt>SortedSet</tt> methods only in their declared return types.
27 > * Subsets of any <tt>NavigableSet</tt> must obey
28 > * the <tt>NavigableSet</tt> interface.
29 > *
30   * are guaranteed to obey the <tt>NavigableSet</tt> interface.
31   *
32   * <p> The return values of navigation methods may be ambiguous in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines