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.28 by jsr166, Sat Mar 9 01:51:15 2013 UTC vs.
Revision 1.30 by jsr166, Sun Sep 6 04:29:42 2015 UTC

# Line 163 | Line 163 | public interface NavigableSet<E> extends
163       * Returns a view of the portion of this set whose elements range from
164       * {@code fromElement} to {@code toElement}.  If {@code fromElement} and
165       * {@code toElement} are equal, the returned set is empty unless {@code
166 <     * fromExclusive} and {@code toExclusive} are both true.  The returned set
166 >     * fromInclusive} and {@code toInclusive} are both true.  The returned set
167       * is backed by this set, so changes in the returned set are reflected in
168       * this set, and vice-versa.  The returned set supports all optional set
169       * operations that this set supports.
# Line 274 | Line 274 | public interface NavigableSet<E> extends
274       * @throws ClassCastException       {@inheritDoc}
275       * @throws NullPointerException     {@inheritDoc}
276       * @throws IllegalArgumentException {@inheritDoc}
277 < na     */
277 >     */
278      SortedSet<E> headSet(E toElement);
279  
280      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines