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.21 by jsr166, Fri Apr 21 21:37:48 2006 UTC vs.
Revision 1.22 by jsr166, Fri Apr 21 23:11:14 2006 UTC

# Line 139 | Line 139 | public interface NavigableSet<E> extends
139  
140      /**
141       * Returns an iterator over the elements in this set, in descending order.
142 <     * Equivalent in effect to <tt>descendingSet().iterator()</tt>.
142 >     * Equivalent in effect to {@code descendingSet().iterator()}.
143       *
144       * @return an iterator over the elements in this set, in descending order
145       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines