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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC vs.
Revision 1.4 by jsr166, Sun Jan 18 20:17:32 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines