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.2 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.3 by jsr166, Fri Apr 15 15:39:08 2011 UTC

# Line 52 | Line 52 | public abstract class ParallelLongArrayW
52      * Replaces elements with the results of applying the given
53      * mapping to each index and current element value
54      * @param op the op
55 <     * @return this (to simplify use in expressions)
55 >    * @return this (to simplify use in expressions)
56      */
57 <   public ParallelLongArrayWithFilter replaceWithMappedIndex(IntAndLongToLong op) {
57 >    public ParallelLongArrayWithFilter replaceWithMappedIndex(IntAndLongToLong op) {
58          ex.invoke(new PAS.FJLBinaryIndexMap
59                    (this, origin, fence, null, op));
60          return this;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines