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.3 by jsr166, Fri Apr 15 15:39:08 2011 UTC vs.
Revision 1.4 by jsr166, Fri Apr 15 15:46:23 2011 UTC

# Line 48 | Line 48 | public abstract class ParallelLongArrayW
48          return this;
49      }
50  
51 <   /**
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)
56 <    */
51 >    /**
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)
56 >     */
57      public ParallelLongArrayWithFilter replaceWithMappedIndex(IntAndLongToLong op) {
58          ex.invoke(new PAS.FJLBinaryIndexMap
59                    (this, origin, fence, null, op));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines