--- jsr166/src/main/java/util/NavigableMap.java 2005/05/18 01:39:35 1.9 +++ jsr166/src/main/java/util/NavigableMap.java 2006/03/27 18:23:13 1.13 @@ -28,8 +28,9 @@ package java.util; * subrange traversals in either direction using navigableSubMap. * Methods navigableSubMap, navigableHeadMap, and * navigableTailMap differ from the similarly named - * SortedMap methods only in that the returned maps - * are guaranteed to obey the NavigableMap interface. + * SortedMap methods only in their declared return types. + * Submaps of any NavigableMap must implement the + * NavigableMap interface. * *

This interface additionally defines methods firstEntry, * pollFirstEntry, lastEntry, and