--- jsr166/src/main/java/util/NavigableMap.java 2005/05/02 22:34:56 1.6 +++ jsr166/src/main/java/util/NavigableMap.java 2005/05/03 02:52:07 1.7 @@ -43,6 +43,10 @@ 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