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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.18 by dl, Wed Jan 7 20:49:09 2004 UTC vs.
Revision 1.19 by dl, Tue Jan 27 11:36:31 2004 UTC

# Line 10 | Line 10 | import java.util.Map;
10   /**
11   * A {@link java.util.Map} providing additional atomic
12   * <tt>putIfAbsent</tt>, <tt>remove</tt>, and <tt>replace</tt> methods.
13 + *
14 + * <p>This interface is a member of the
15 + * <a href="{@docRoot}/../guide/collections/index.html">
16 + * Java Collections Framework</a>.
17 + *  
18   * @since 1.5
19   * @author Doug Lea
20   * @param <K> the type of keys maintained by this map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines