--- jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2011/03/15 19:47:02 1.2 +++ jsr166/src/extra166y/ParallelLongArrayWithFilter.java 2011/04/15 15:39:08 1.3 @@ -52,9 +52,9 @@ public abstract class ParallelLongArrayW * Replaces elements with the results of applying the given * mapping to each index and current element value * @param op the op - * @return this (to simplify use in expressions) + * @return this (to simplify use in expressions) */ - public ParallelLongArrayWithFilter replaceWithMappedIndex(IntAndLongToLong op) { + public ParallelLongArrayWithFilter replaceWithMappedIndex(IntAndLongToLong op) { ex.invoke(new PAS.FJLBinaryIndexMap (this, origin, fence, null, op)); return this;