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

Comparing jsr166/src/main/java/util/NavigableSet.java (file contents):
Revision 1.17 by jsr166, Thu Apr 20 21:55:42 2006 UTC vs.
Revision 1.18 by jsr166, Fri Apr 21 02:53:25 2006 UTC

# Line 8 | Line 8 | package java.util;
8  
9   /**
10   * A {@link SortedSet} extended with navigation methods reporting
11 < * closest matches for given search targets. Methods <tt>lower},
11 > * closest matches for given search targets. Methods {@code lower},
12   * {@code floor}, {@code ceiling}, and {@code higher} return elements
13   * respectively less than, less than or equal, greater than or equal,
14   * and greater than a given element, returning {@code null} if there

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines