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

Comparing jsr166/src/main/java/util/AbstractMap.java (file contents):
Revision 1.18 by jsr166, Sat Oct 1 20:18:43 2005 UTC vs.
Revision 1.23 by jsr166, Sun Jan 7 07:38:27 2007 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
8   package java.util;
9 import java.util.*; // for javadoc (till 6280605 is fixed)
9   import java.util.Map.Entry;
10  
11   /**
# Line 30 | Line 29 | import java.util.Map.Entry;
29   * constructor, as per the recommendation in the <tt>Map</tt> interface
30   * specification.
31   *
32 < * <p>The documentation for each non-abstract methods in this class describes its
32 > * <p>The documentation for each non-abstract method in this class describes its
33   * implementation in detail.  Each of these methods may be overridden if the
34   * map being implemented admits a more efficient implementation.
35   *
36   * <p>This class is a member of the
37 < * <a href="{@docRoot}/../guide/collections/index.html">
37 > * <a href="{@docRoot}/../technotes/guides/collections/index.html">
38   * Java Collections Framework</a>.
39   *
40   * @param <K> the type of keys maintained by this map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines