--- jsr166/src/main/java/util/NavigableMap.java 2005/05/02 18:38:53 1.5 +++ jsr166/src/main/java/util/NavigableMap.java 2005/05/03 02:52:07 1.7 @@ -43,9 +43,14 @@ package java.util; * that it is possible to change mappings in the associated map using * method put. * + *

This interface is a member of the + * + * Java Collections Framework. + * * @author Doug Lea * @param the type of keys maintained by this map * @param the type of mapped values + * @since 1.6 */ public interface NavigableMap extends SortedMap { /**