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.18 by jsr166, Fri Apr 21 02:53:25 2006 UTC vs.
Revision 1.19 by jsr166, Fri Apr 21 04:06:50 2006 UTC

# Line 129 | Line 129 | public interface NavigableSet<E> extends
129       * set in descending order.  The descending set is backed by this set, so
130       * changes to the set are reflected in the descending set, and vice-versa.
131       * If either set is modified while an iteration over the other set is in
132 <     * in progress (except through the iterator's own {@code remove} operation),
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines