--- jsr166/src/main/java/util/NavigableSet.java 2005/05/02 22:34:56 1.7 +++ jsr166/src/main/java/util/NavigableSet.java 2005/05/03 02:52:07 1.8 @@ -34,6 +34,10 @@ package java.util; * null elements. (Note that sorted sets of {@link * Comparable} elements intrinsically do not permit null.) * + *

This interface is a member of the + * + * Java Collections Framework. + * * @author Doug Lea * @param the type of elements maintained by this set * @since 1.6