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

Comparing jsr166/src/jsr166x/ConcurrentNavigableMap.java (file contents):
Revision 1.1 by dl, Mon Sep 6 17:01:54 2004 UTC vs.
Revision 1.2 by jsr166, Mon Nov 16 04:16:42 2009 UTC

# Line 14 | Line 14 | import java.util.concurrent.*;
14   *
15   * @author Doug Lea
16   * @param <K> the type of keys maintained by this map
17 < * @param <V> the type of mapped values
17 > * @param <V> the type of mapped values
18   */
19   public interface ConcurrentNavigableMap<K,V> extends ConcurrentMap<K,V>, NavigableMap<K,V> {
20      /**
# Line 46 | Line 46 | public interface ConcurrentNavigableMap<
46       * Returns a view of the portion of this map whose keys are strictly less
47       * than <tt>toKey</tt>.  The returned sorted map is backed by this map, so
48       * changes in the returned sorted map are reflected in this map, and
49 <     * vice-versa.  
49 >     * vice-versa.
50       * @param toKey high endpoint (exclusive) of the headMap.
51       * @return a view of the portion of this map whose keys are strictly
52       *                less than <tt>toKey</tt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines