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.19 by jsr166, Fri Apr 21 04:06:50 2006 UTC vs.
Revision 1.20 by jsr166, Fri Apr 21 04:45:37 2006 UTC

# Line 132 | Line 132 | public interface NavigableSet<E> extends
132       * progress (except through the iterator's own {@code remove} operation),
133       * the results of the iteration are undefined.
134       *
135 <     * @return a navigable set view of the mappings contained in this set,
136 <     *     sorted in descending order
135 >     * @return a navigable set view of the elements contained in this set,
136 >     *         sorted in descending order
137       */
138      NavigableSet<E> descendingSet();
139  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines