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

Comparing jsr166/src/extra166y/ParallelLongArray.java (file contents):
Revision 1.12 by jsr166, Tue Feb 5 17:49:18 2013 UTC vs.
Revision 1.13 by jsr166, Tue Feb 5 19:54:06 2013 UTC

# Line 302 | Line 302 | public class ParallelLongArray extends A
302       * @param combiner the combiner
303       * @return this (to simplify use in expressions)
304       * @throws ArrayIndexOutOfBoundsException if other array has
305 <     * fewer elements than this array.
305 >     * fewer elements than this array
306       */
307      public ParallelLongArray replaceWithMapping(BinaryLongOp combiner,
308                                                  long[] other) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines