ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/NavigableMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/NavigableMap.java (file contents):
Revision 1.15 by dl, Thu Apr 20 20:34:37 2006 UTC vs.
Revision 1.16 by jsr166, Thu Apr 20 21:55:42 2006 UTC

# Line 268 | Line 268 | public interface NavigableMap<K,V> exten
268       *
269       * @param fromKey low endpoint of the keys in the returned map
270       * @param fromInclusive true if the low endpoint ({@code fromKey}) is
271 <     *        to be included in the the returned view
271 >     *        to be included in the returned view
272       * @param toKey high endpoint of the keys in the returned map
273       * @param toInclusive true if the high endpoint ({@code toKey}) is
274 <     *        to be included in the the returned view
274 >     *        to be included in the returned view
275       * @return a view of the portion of this map whose keys range from
276       *         {@code fromKey} to {@code toKey}
277       * @throws ClassCastException if {@code fromKey} and {@code toKey}
# Line 302 | Line 302 | public interface NavigableMap<K,V> exten
302       *
303       * @param toKey high endpoint of the keys in the returned map
304       * @param inclusive true if the high endpoint ({@code toKey}) is
305 <     *        to be included in the the returned view
305 >     *        to be included in the returned view
306       * @return a view of the portion of this map whose keys are less than
307       *         (or equal to, if {@code inclusive} is true) {@code toKey}
308       * @throws ClassCastException if {@code toKey} is not compatible
# Line 331 | Line 331 | public interface NavigableMap<K,V> exten
331       *
332       * @param fromKey low endpoint of the keys in the returned map
333       * @param inclusive true if the low endpoint ({@code fromKey}) is
334 <     *        to be included in the the returned view
334 >     *        to be included in the returned view
335       * @return a view of the portion of this map whose keys are greater than
336       *         (or equal to, if {@code inclusive} is true) {@code fromKey}
337       * @throws ClassCastException if {@code fromKey} is not compatible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines