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

Comparing jsr166/src/jdk7/java/util/NavigableSet.java (file contents):
Revision 1.3 by jsr166, Sun Dec 1 17:22:02 2013 UTC vs.
Revision 1.4 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines