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.6 by jsr166, Fri Feb 15 22:34:45 2013 UTC

# Line 141 | Line 141 | public abstract class ParallelArrayWithM
141       * @param op the op
142       * @return operation prefix
143       */
144 <    public abstract <V> ParallelArrayWithMapping<T, V> withMapping
144 >    public abstract <V> ParallelArrayWithMapping<T,V> withMapping
145          (Op<? super U, ? extends V> op);
146  
147      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines