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.9 by jsr166, Wed Jan 16 00:51:11 2013 UTC vs.
Revision 1.10 by jsr166, Wed Jan 16 01:02:03 2013 UTC

# Line 20 | Line 20 | import java.util.*;
20   * descending iterator. The performance of ascending traversals is
21   * likely to be faster than descending traversals.  This interface
22   * additionally defines methods {@code pollFirst} and
23 < * <t>pollLast</tt> that return and remove the lowest and highest key,
23 > * {@code pollLast} that return and remove the lowest and highest key,
24   * if one exists, else returning {@code null}.
25   *
26   * <p>The return values of navigation methods may be ambiguous in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines