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

Comparing jsr166/src/main/java/util/NavigableMap.java (file contents):
Revision 1.8 by jsr166, Mon May 16 06:27:52 2005 UTC vs.
Revision 1.9 by jsr166, Wed May 18 01:39:35 2005 UTC

# Line 215 | Line 215 | public interface NavigableMap<K,V> exten
215       * the iteration are undefined.  The set supports element removal,
216       * which removes the corresponding mapping from the map, via the
217       * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
218 <     * <tt>removeAll</tt> <tt>retainAll</tt>, and <tt>clear</tt>
219 <     * operations.  It does not support the add or <tt>addAll</tt>
218 >     * <tt>removeAll</tt>, <tt>retainAll</tt>, and <tt>clear</tt>
219 >     * operations.  It does not support the <tt>add</tt> or <tt>addAll</tt>
220       * operations.
221       *
222       * @return a set view of the keys contained in this map, sorted in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines