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

# Line 43 | Line 43 | package java.util;
43   * that it is possible to change mappings in the associated map using
44   * method <tt>put</tt>.
45   *
46 + * <p>This interface is a member of the
47 + * <a href="{@docRoot}/../guide/collections/index.html">
48 + * Java Collections Framework</a>.
49 + *
50   * @author Doug Lea
51   * @param <K> the type of keys maintained by this map
52   * @param <V> the type of mapped values

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines