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

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

# Line 159 | Line 159 | public interface NavigableSet<E> extends
159       *
160       * @param fromElement low endpoint of the returned set
161       * @param fromInclusive true if the low endpoint ({@code fromElement}) is
162 <     *        to be included in the the returned view
162 >     *        to be included in the returned view
163       * @param toElement high endpoint of the returned set
164       * @param toInclusive true if the high endpoint ({@code toElement}) is
165 <     *        to be included in the the returned view
165 >     *        to be included in the returned view
166       * @return a view of the portion of this set whose elements range from
167       *         {@code fromElement}, inclusive, to {@code toElement}, exclusive
168       * @throws ClassCastException if {@code fromElement} and
# Line 195 | Line 195 | public interface NavigableSet<E> extends
195       *
196       * @param toElement high endpoint of the returned set
197       * @param inclusive true if the high endpoint ({@code toElement}) is
198 <     *        to be included in the the returned view
198 >     *        to be included in the returned view
199       * @return a view of the portion of this set whose elements are less than
200       *         (or equal to, if {@code inclusive} is true) {@code toElement}
201       * @throws ClassCastException if {@code toElement} is not compatible
# Line 224 | Line 224 | public interface NavigableSet<E> extends
224       *
225       * @param fromElement low endpoint of the returned set
226       * @param inclusive true if the low endpoint ({@code fromElement}) is
227 <     *        to be included in the the returned view
227 >     *        to be included in the returned view
228       * @return a view of the portion of this set whose elements are greater
229       *         than or equal to {@code fromElement}
230       * @throws ClassCastException if {@code fromElement} is not compatible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines