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

Comparing jsr166/src/extra166y/ParallelArrayWithMapping.java (file contents):
Revision 1.5 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.7 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 141 | Line 142 | public abstract class ParallelArrayWithM
142       * @param op the op
143       * @return operation prefix
144       */
145 <    public abstract <V> ParallelArrayWithMapping<T, V> withMapping
145 >    public abstract <V> ParallelArrayWithMapping<T,V> withMapping
146          (Op<? super U, ? extends V> op);
147  
148      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines