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

Comparing jsr166/src/extra166y/ParallelDoubleArrayWithFilter.java (file contents):
Revision 1.4 by jsr166, Wed Jul 4 20:13:53 2012 UTC vs.
Revision 1.5 by jsr166, Sun Dec 30 02:05:53 2012 UTC

# Line 37 | Line 37 | public abstract class ParallelDoubleArra
37  
38      /**
39       * Replaces elements with the results of applying the given
40 <     * op to their indices
40 >     * op to their indices.
41       * @param op the op
42       * @return this (to simplify use in expressions)
43       */
# Line 49 | Line 49 | public abstract class ParallelDoubleArra
49  
50      /**
51       * Replaces elements with the results of applying the given
52 <     * mapping to each index and current element value
52 >     * mapping to each index and current element value.
53       * @param op the op
54       * @return this (to simplify use in expressions)
55       */
# Line 60 | Line 60 | public abstract class ParallelDoubleArra
60      }
61  
62      /**
63 <     * Replaces elements with results of applying the given
64 <     * generator.
63 >     * Replaces elements with results of applying the given generator.
64       * @param generator the generator
65       * @return this (to simplify use in expressions)
66       */
# Line 84 | Line 83 | public abstract class ParallelDoubleArra
83  
84      /**
85       * Replaces elements with results of applying
86 <     * <tt>op(thisElement, otherElement)</tt>
86 >     * <tt>op(thisElement, otherElement)</tt>.
87       * @param other the other array
88       * @param combiner the combiner
89       * @return this (to simplify use in expressions)
# Line 99 | Line 98 | public abstract class ParallelDoubleArra
98  
99      /**
100       * Replaces elements with results of applying
101 <     * <tt>op(thisElement, otherElement)</tt>
101 >     * <tt>op(thisElement, otherElement)</tt>.
102       * @param other the other array
103       * @param combiner the combiner
104       * @return this (to simplify use in expressions)
# Line 132 | Line 131 | public abstract class ParallelDoubleArra
131      /**
132       * Returns an operation prefix that causes a method to operate
133       * only on elements for which the current selector (if
134 <     * present) and the given selector returns true
134 >     * present) and the given selector returns true.
135       * @param selector the selector
136       * @return operation prefix
137       */
# Line 142 | Line 141 | public abstract class ParallelDoubleArra
141      /**
142       * Returns an operation prefix that causes a method to operate
143       * only on elements for which the current selector (if
144 <     * present) and the given binary selector returns true
144 >     * present) and the given binary selector returns true.
145       * @param selector the selector
146       * @return operation prefix
147       */
# Line 155 | Line 154 | public abstract class ParallelDoubleArra
154      /**
155       * Returns an operation prefix that causes a method to operate
156       * only on elements for which the current selector (if
157 <     * present) and the given indexed selector returns true
157 >     * present) and the given indexed selector returns true.
158       * @param selector the selector
159       * @return operation prefix
160       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines