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

Comparing jsr166/src/extra166y/ParallelLongArrayWithFilter.java (file contents):
Revision 1.6 by jsr166, Mon Dec 5 04:08:47 2011 UTC vs.
Revision 1.9 by jsr166, Thu Feb 26 06:53:34 2015 UTC

# Line 5 | Line 5
5   */
6  
7   package extra166y;
8 +
9   import jsr166y.*;
10   import static extra166y.Ops.*;
11   import java.util.*;
12   import java.util.concurrent.atomic.*;
12 import java.lang.reflect.Array;
13
13  
14   /**
15   * A prefix view of ParallelLongArray that causes operations to apply
# Line 85 | Line 84 | public abstract class ParallelLongArrayW
84  
85      /**
86       * Replaces elements with results of applying
87 <     * <tt>op(thisElement, otherElement)</tt>.
87 >     * {@code op(thisElement, otherElement)}.
88       * @param other the other array
89       * @param combiner the combiner
90       * @return this (to simplify use in expressions)
# Line 100 | Line 99 | public abstract class ParallelLongArrayW
99  
100      /**
101       * Replaces elements with results of applying
102 <     * <tt>op(thisElement, otherElement)</tt>.
102 >     * {@code op(thisElement, otherElement)}.
103       * @param other the other array
104       * @param combiner the combiner
105       * @return this (to simplify use in expressions)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines