--- jsr166/src/extra166y/ParallelDoubleArrayWithFilter.java 2012/07/04 20:13:53 1.4 +++ jsr166/src/extra166y/ParallelDoubleArrayWithFilter.java 2012/12/30 02:05:53 1.5 @@ -37,7 +37,7 @@ public abstract class ParallelDoubleArra /** * Replaces elements with the results of applying the given - * op to their indices + * op to their indices. * @param op the op * @return this (to simplify use in expressions) */ @@ -49,7 +49,7 @@ public abstract class ParallelDoubleArra /** * Replaces elements with the results of applying the given - * mapping to each index and current element value + * mapping to each index and current element value. * @param op the op * @return this (to simplify use in expressions) */ @@ -60,8 +60,7 @@ public abstract class ParallelDoubleArra } /** - * Replaces elements with results of applying the given - * generator. + * Replaces elements with results of applying the given generator. * @param generator the generator * @return this (to simplify use in expressions) */ @@ -84,7 +83,7 @@ public abstract class ParallelDoubleArra /** * Replaces elements with results of applying - * op(thisElement, otherElement) + * op(thisElement, otherElement). * @param other the other array * @param combiner the combiner * @return this (to simplify use in expressions) @@ -99,7 +98,7 @@ public abstract class ParallelDoubleArra /** * Replaces elements with results of applying - * op(thisElement, otherElement) + * op(thisElement, otherElement). * @param other the other array * @param combiner the combiner * @return this (to simplify use in expressions) @@ -132,7 +131,7 @@ public abstract class ParallelDoubleArra /** * Returns an operation prefix that causes a method to operate * only on elements for which the current selector (if - * present) and the given selector returns true + * present) and the given selector returns true. * @param selector the selector * @return operation prefix */ @@ -142,7 +141,7 @@ public abstract class ParallelDoubleArra /** * Returns an operation prefix that causes a method to operate * only on elements for which the current selector (if - * present) and the given binary selector returns true + * present) and the given binary selector returns true. * @param selector the selector * @return operation prefix */ @@ -155,7 +154,7 @@ public abstract class ParallelDoubleArra /** * Returns an operation prefix that causes a method to operate * only on elements for which the current selector (if - * present) and the given indexed selector returns true + * present) and the given indexed selector returns true. * @param selector the selector * @return operation prefix */