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.36 by jsr166, Thu Jun 9 07:48:43 2011 UTC vs.
Revision 1.37 by jsr166, Sun Oct 21 06:14:12 2012 UTC

# Line 55 | Line 55 | public interface ConcurrentMap<K, V> ext
55       *         and this map does not permit null keys or values
56       * @throws IllegalArgumentException if some property of the specified key
57       *         or value prevents it from being stored in this map
58     *
58       */
59      V putIfAbsent(K key, V value);
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines