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

Comparing jsr166/src/jsr166x/NavigableSet.java (file contents):
Revision 1.10 by jsr166, Wed Jan 16 01:02:03 2013 UTC vs.
Revision 1.11 by jsr166, Tue Feb 5 19:54:07 2013 UTC

# Line 41 | Line 41 | public interface NavigableSet<E> extends
41       *
42       * @param o the value to match
43       * @return an element greater than or equal to given element, or
44 <     * {@code null} if there is no such element.
44 >     * {@code null} if there is no such element
45       * @throws ClassCastException if o cannot be compared with the elements
46 <     *            currently in the set.
46 >     *            currently in the set
47       * @throws NullPointerException if o is {@code null}
48       * and this set deas not permit {@code null} elements
49       */
# Line 55 | Line 55 | public interface NavigableSet<E> extends
55       *
56       * @param o the value to match
57       * @return the greatest element less than the given element, or
58 <     * {@code null} if there is no such element.
58 >     * {@code null} if there is no such element
59       * @throws ClassCastException if o cannot be compared with the elements
60       *            currently in the set
61       * @throws NullPointerException if o is {@code null}
# Line 83 | Line 83 | public interface NavigableSet<E> extends
83       *
84       * @param o the value to match
85       * @return the least element greater than the given element, or
86 <     * {@code null} if there is no such element.
86 >     * {@code null} if there is no such element
87       * @throws ClassCastException if o cannot be compared with the elements
88       *            currently in the set
89       * @throws NullPointerException if o is {@code null}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines