--- jsr166/src/main/java/util/NavigableMap.java 2005/05/18 01:39:35 1.9 +++ jsr166/src/main/java/util/NavigableMap.java 2005/07/18 19:32:38 1.10 @@ -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 obey + * the NavigableMap interface. * *

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