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

Comparing jsr166/src/extra166y/ParallelArrayWithLongMapping.java (file contents):
Revision 1.4 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.5 by jsr166, Fri Feb 15 22:34:45 2013 UTC

# Line 138 | Line 138 | public abstract class ParallelArrayWithL
138       * @param op the op
139       * @return operation prefix
140       */
141 <    public abstract <U> ParallelArrayWithMapping<T, U> withMapping
141 >    public abstract <U> ParallelArrayWithMapping<T,U> withMapping
142          (LongToObject<? extends U> op);
143  
144      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines