--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/01/28 17:27:03 1.92 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/02/05 19:54:06 1.93 @@ -2894,8 +2894,7 @@ public class ConcurrentHashMapV8 * course only appropriate if it is acceptable to use the same * value for all additions from this view. * - * @param mappedValue the mapped value to use for any - * additions. + * @param mappedValue the mapped value to use for any additions * @return the set view * @throws NullPointerException if the mappedValue is null */ @@ -3374,7 +3373,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ @SuppressWarnings("unchecked") public void forEachSequentially @@ -3418,7 +3417,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -3531,7 +3530,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ @SuppressWarnings("unchecked") public void forEachKeySequentially @@ -3596,7 +3595,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -3709,7 +3708,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) */ public void forEachValueSequentially (Fun transformer, @@ -3769,7 +3768,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -3883,7 +3882,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) * @param action the action */ @SuppressWarnings("unchecked") public void forEachEntrySequentially @@ -3946,7 +3945,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 entries @@ -4058,7 +4057,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 forEachInParallel @@ -4093,7 +4092,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -4181,7 +4180,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 forEachKeyInParallel @@ -4230,7 +4229,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -4318,7 +4317,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if there is no transformation (in - * which case the action is not applied). + * which case the action is not applied) */ public void forEachValueInParallel (Fun transformer, @@ -4365,7 +4364,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 @@ -4453,7 +4452,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 forEachEntryInParallel @@ -4501,7 +4500,7 @@ public class ConcurrentHashMapV8 * * @param transformer a function returning the transformation * for an element, or null if 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 entries @@ -4733,7 +4732,7 @@ public class ConcurrentHashMapV8 * or {@code null} if additions are not supported. * * @return the default mapped value for additions, or {@code null} - * if not supported. + * if not supported */ public V getMappedValue() { return value; } @@ -4972,7 +4971,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null if 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 task */ @@ -5139,7 +5138,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null if 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 task */ @@ -5305,7 +5304,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null if 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 task */ @@ -5471,7 +5470,7 @@ public class ConcurrentHashMapV8 * @param map the map * @param transformer a function returning the transformation * for an element, or null if 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 task */