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

Comparing jsr166/src/extra166y/ParallelLongArrayWithFilter.java (file contents):
Revision 1.5 by jsr166, Fri Apr 15 15:48:31 2011 UTC vs.
Revision 1.8 by jsr166, Sun Jan 18 20:17:32 2015 UTC

# Line 5 | Line 5
5   */
6  
7   package extra166y;
8 +
9   import jsr166y.*;
10   import static extra166y.Ops.*;
11   import java.util.*;
# Line 30 | Line 31 | public abstract class ParallelLongArrayW
31       * @param op the op
32       * @return this (to simplify use in expressions)
33       */
34 <    public ParallelLongArrayWithFilter replaceWithMapping(LongOp  op) {
34 >    public ParallelLongArrayWithFilter replaceWithMapping(LongOp op) {
35          ex.invoke(new PAS.FJLTransform
36                    (this, origin, fence, null, op));
37          return this;
# Line 85 | Line 86 | public abstract class ParallelLongArrayW
86  
87      /**
88       * Replaces elements with results of applying
89 <     * <tt>op(thisElement, otherElement)</tt>.
89 >     * {@code op(thisElement, otherElement)}.
90       * @param other the other array
91       * @param combiner the combiner
92       * @return this (to simplify use in expressions)
# Line 100 | Line 101 | public abstract class ParallelLongArrayW
101  
102      /**
103       * Replaces elements with results of applying
104 <     * <tt>op(thisElement, otherElement)</tt>.
104 >     * {@code op(thisElement, otherElement)}.
105       * @param other the other array
106       * @param combiner the combiner
107       * @return this (to simplify use in expressions)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines