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.24 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.25 by jsr166, Mon Jan 2 23:40:59 2012 UTC

# 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}.
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">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines