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.2 by jsr166, Mon Nov 16 04:16:42 2009 UTC vs.
Revision 1.4 by jsr166, Wed Apr 27 14:06:30 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   package jsr166x;
# Line 23 | Line 23 | public interface ConcurrentNavigableMap<
23       * <tt>fromKey</tt> and <tt>toKey</tt> are equal, the returned sorted map
24       * is empty.)  The returned sorted map is backed by this map, so changes
25       * in the returned sorted map are reflected in this map, and vice-versa.
26 <
26 >     *
27       * @param fromKey low endpoint (inclusive) of the subMap.
28       * @param toKey high endpoint (exclusive) of the subMap.
29       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines