提交 195c433c 编写于 作者: D darcy

6828204: NavigableSet.subSet() documentation refers to nonexistent parameters

Reviewed-by: martin
上级 31d11843
......@@ -298,7 +298,7 @@ public interface NavigableMap<K,V> extends SortedMap<K,V> {
* Returns a view of the portion of this map whose keys range from
* {@code fromKey} to {@code toKey}. If {@code fromKey} and
* {@code toKey} are equal, the returned map is empty unless
* {@code fromExclusive} and {@code toExclusive} are both true. The
* {@code fromInclusive} and {@code toInclusive} are both true. The
* returned map is backed by this map, so changes in the returned map are
* reflected in this map, and vice-versa. The returned map supports all
* optional map operations that this map supports.
......
......@@ -192,7 +192,7 @@ public interface NavigableSet<E> extends SortedSet<E> {
* Returns a view of the portion of this set whose elements range from
* {@code fromElement} to {@code toElement}. If {@code fromElement} and
* {@code toElement} are equal, the returned set is empty unless {@code
* fromExclusive} and {@code toExclusive} are both true. The returned set
* fromInclusive} and {@code toInclusive} are both true. The returned set
* is backed by this set, so changes in the returned set are reflected in
* this set, and vice-versa. The returned set supports all optional set
* operations that this set supports.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册