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.5 by jsr166, Mon May 2 18:38:53 2005 UTC vs.
Revision 1.6 by jsr166, Mon May 2 22:34:56 2005 UTC

# Line 46 | Line 46 | package java.util;
46   * @author Doug Lea
47   * @param <K> the type of keys maintained by this map
48   * @param <V> the type of mapped values
49 + * @since 1.6
50   */
51   public interface NavigableMap<K,V> extends SortedMap<K,V> {
52      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines