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.7 by jsr166, Mon May 2 22:34:56 2005 UTC vs.
Revision 1.8 by jsr166, Tue May 3 02:52:07 2005 UTC

# Line 34 | Line 34 | package java.util;
34   * <tt>null</tt> elements. (Note that sorted sets of {@link
35   * Comparable} elements intrinsically do not permit <tt>null</tt>.)
36   *
37 + * <p>This interface is a member of the
38 + * <a href="{@docRoot}/../guide/collections/index.html">
39 + * Java Collections Framework</a>.
40 + *
41   * @author Doug Lea
42   * @param <E> the type of elements maintained by this set
43   * @since 1.6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines