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.1 by dl, Tue Dec 28 12:14:07 2004 UTC vs.
Revision 1.2 by dl, Tue Mar 8 17:52:02 2005 UTC

# Line 25 | Line 25 | package java.util;
25   * <tt>descendingEntrySet</tt> return descending views. The
26   * performance of ascending traversals is likely to be faster than
27   * descending traversals.  Notice that it is possible to perform
28 < * subrannge traversals in either direction using <tt>SubMap</tt>.
28 > * subrange traversals in either direction using <tt>SubMap</tt>.
29   *
30   * <p>This interface additionally defines methods <tt>firstEntry</tt>,
31   * <tt>pollFirstEntry</tt>, <tt>lastEntry</tt>, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines