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.8 by jsr166, Mon Dec 5 04:48:16 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines