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.22 by jsr166, Tue May 2 19:55:15 2006 UTC vs.
Revision 1.25 by jsr166, Mon Jan 2 23:40:59 2012 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea and Josh Bloch with assistance from members of JCP
3   * JSR-166 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 java.util;
# Line 51 | Line 51 | package java.util;
51   * implement {@code NavigableMap}, but extensions and implementations
52   * of this interface are encouraged to override these methods to return
53   * {@code NavigableMap}.  Similarly,
54 < * {@link #keySet()} can be overriden to return {@code NavigableSet}.
55 < *
54 > * {@link #keySet()} can be overridden to return {@code NavigableSet}.
55 > *
56   * <p>This interface is a member of the
57   * <a href="{@docRoot}/../technotes/guides/collections/index.html">
58   * Java Collections Framework</a>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines