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.12 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.13 by dl, Sun Oct 19 13:38:34 2003 UTC

# Line 12 | Line 12 | import java.util.Map;
12   * <tt>putIfAbsent</tt> and <tt>remove</tt> methods.
13   * @since 1.5
14   * @author Doug Lea
15 < * @param <K> the base class of all keys maintained by this map
16 < * @param <V> the base class of all mapped values
15 > * @param <K> the type of keys maintained by this map
16 > * @param <V> the type of mapped values
17   */
18   public interface ConcurrentMap<K, V> extends Map<K, V> {
19      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines