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.38 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.39 by jsr166, Fri Feb 15 22:20:46 2013 UTC

# Line 27 | Line 27 | import java.util.Map;
27   * @param <K> the type of keys maintained by this map
28   * @param <V> the type of mapped values
29   */
30 < public interface ConcurrentMap<K, V> extends Map<K, V> {
30 > public interface ConcurrentMap<K,V> extends Map<K,V> {
31      /**
32       * If the specified key is not already associated
33       * with a value, associate it with the given value.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines