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

Comparing jsr166/src/jsr166x/NavigableMap.java (file contents):
Revision 1.7 by jsr166, Wed Apr 27 14:06:30 2011 UTC vs.
Revision 1.9 by jsr166, Sun Nov 18 18:03:10 2012 UTC

# Line 34 | Line 34 | import java.util.*;
34   * <tt>pollLastEntry</tt> that return and/or remove the least and
35   * greatest mappings, if any exist, else returning <tt>null</tt>.
36   *
37 < * <p> Implementations of entry-returning methods are expected to
37 > * <p>Implementations of entry-returning methods are expected to
38   * return <tt>Map.Entry</tt> pairs representing snapshots of mappings
39   * at the time they were produced, and thus generally do <em>not</em>
40   * support the optional <tt>Entry.setValue</tt> method. Note however
# Line 292 | Line 292 | public interface NavigableMap<K,V> exten
292       * @throws NullPointerException if <tt>fromKey</tt> is <tt>null</tt>
293       * and this map does not support <tt>null</tt> keys.
294       */
295 <    public NavigableMap<K,V>  tailMap(K fromKey);
295 >    public NavigableMap<K,V> tailMap(K fromKey);
296   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines