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.1 by dl, Sun Dec 16 20:55:09 2012 UTC vs.
Revision 1.3 by jsr166, Sun Dec 1 17:22:02 2013 UTC

# Line 143 | Line 143 | public interface NavigableSet<E> extends
143       * the iteration are undefined.
144       *
145       * <p>The returned set has an ordering equivalent to
146 <     * <tt>{@link Collections#reverseOrder(Comparator) Collections.reverseOrder}(comparator())</tt>.
146 >     * {@link Collections#reverseOrder(Comparator) Collections.reverseOrder}{@code (comparator())}.
147       * The expression {@code s.descendingSet().descendingSet()} returns a
148       * view of {@code s} essentially equivalent to {@code s}.
149       *
# 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