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

Comparing jsr166/src/jsr166x/NavigableSet.java (file contents):
Revision 1.6 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.7 by jsr166, Sun Nov 18 18:03:10 2012 UTC

# Line 23 | Line 23 | import java.util.*;
23   * <t>pollLast</tt> that return and remove the lowest and highest key,
24   * if one exists, else returning <tt>null</tt>.
25   *
26 < * <p> The return values of navigation methods may be ambiguous in
26 > * <p>The return values of navigation methods may be ambiguous in
27   * implementations that permit <tt>null</tt> elements. However, even
28   * in this case the result can be disambiguated by checking
29   * <tt>contains(null)</tt>. To avoid such issues, implementations of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines