--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/21 03:26:47 1.66 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/21 04:07:13 1.67 @@ -2510,7 +2510,7 @@ public class ConcurrentHashMapV8 * * @param key the key * @param defaultValue the value to return if this map contains - * no mapping for the given key. + * no mapping for the given key * @return the mapping for the key, if present; else the defaultValue * @throws NullPointerException if the specified key is null */ @@ -2650,7 +2650,7 @@ public class ConcurrentHashMapV8 * @param key key with which the specified value is to be associated * @param mappingFunction the function to compute a value * @return the current (existing or computed) value associated with - * the specified key, or null if the computed value is null. + * the specified key, or null if the computed value is null * @throws NullPointerException if the specified key or mappingFunction * is null * @throws IllegalStateException if the computation detectably @@ -3672,7 +3672,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ public void forEach(BiFun transformer, @@ -3705,7 +3705,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case it is not combined). + * which case it is not combined) * @param reducer a commutative associative combining function * @return the result of accumulating the given transformation * of all (key, value) pairs @@ -3789,7 +3789,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ public void forEachKey(Fun transformer, @@ -3835,7 +3835,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case it is not combined). + * which case it is not combined) * @param reducer a commutative associative combining function * @return the result of accumulating the given transformation * of all keys @@ -3919,7 +3919,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) */ public void forEachValue(Fun transformer, Action action) { @@ -3964,7 +3964,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case it is not combined). + * which case it is not combined) * @param reducer a commutative associative combining function * @return the result of accumulating the given transformation * of all values @@ -4048,7 +4048,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ public void forEachEntry(Fun, ? extends U> transformer, @@ -4197,7 +4197,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action * @return the task */ @@ -4347,7 +4347,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action * @return the task */ @@ -4514,7 +4514,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ public static ForkJoinTask forEachValue @@ -4681,7 +4681,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null of there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ public static ForkJoinTask forEachEntry