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

Comparing jsr166/src/extra166y/AbstractParallelAnyArray.java (file contents):
Revision 1.3 by jsr166, Wed Jul 22 20:55:22 2009 UTC vs.
Revision 1.4 by jsr166, Wed Sep 1 07:24:06 2010 UTC

# Line 4893 | Line 4893 | public abstract class AbstractParallelAn
4893          }
4894  
4895          public ParallelDoubleArrayWithLongMapping withMapping(DoubleToLong op) {
4896 <            return new DFLCPap (ex, origin, fence, array, selector,
4897 <                                compoundIndexedOp(this.op, op));
4896 >            return new DFLCPap(ex, origin, fence, array, selector,
4897 >                               compoundIndexedOp(this.op, op));
4898          }
4899  
4900          public <U> ParallelDoubleArrayWithMapping< U> withMapping
# Line 5131 | Line 5131 | public abstract class AbstractParallelAn
5131          }
5132  
5133          public ParallelDoubleArrayWithLongMapping withMapping(DoubleToLong op) {
5134 <            return new DRLCPap (ex, origin, fence, array, selector,
5135 <                                compoundIndexedOp(this.op, op));
5134 >            return new DRLCPap(ex, origin, fence, array, selector,
5135 >                               compoundIndexedOp(this.op, op));
5136          }
5137  
5138          public <U> ParallelDoubleArrayWithMapping< U> withMapping

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines