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

Comparing jsr166/src/main/java/util/NavigableSet.java (file contents):
Revision 1.6 by jsr166, Mon May 2 18:38:53 2005 UTC vs.
Revision 1.7 by jsr166, Mon May 2 22:34:56 2005 UTC

# Line 36 | Line 36 | package java.util;
36   *
37   * @author Doug Lea
38   * @param <E> the type of elements maintained by this set
39 + * @since 1.6
40   */
41   public interface NavigableSet<E> extends SortedSet<E> {
42      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines