ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ConcurrentHashMapV8.java
(Generate patch)

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.42 by jsr166, Wed Jul 4 20:10:00 2012 UTC vs.
Revision 1.43 by jsr166, Wed Jul 4 20:21:02 2012 UTC

# Line 105 | Line 105 | public class ConcurrentHashMapV8<K, V>
105       */
106      public static interface MappingFunction<K, V> {
107          /**
108 <         * Returns a value for the given key, or null if there is no mapping
108 >         * Returns a value for the given key, or null if there is no mapping.
109           *
110           * @param key the (non-null) key
111           * @return a value for the key, or null if none

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines