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.5 by jsr166, Sun Dec 30 02:05:53 2012 UTC vs.
Revision 1.6 by jsr166, Wed Jan 16 00:51:11 2013 UTC

# Line 83 | Line 83 | public abstract class ParallelDoubleArra
83  
84      /**
85       * Replaces elements with results of applying
86 <     * <tt>op(thisElement, otherElement)</tt>.
86 >     * {@code op(thisElement, otherElement)}.
87       * @param other the other array
88       * @param combiner the combiner
89       * @return this (to simplify use in expressions)
# Line 98 | Line 98 | public abstract class ParallelDoubleArra
98  
99      /**
100       * Replaces elements with results of applying
101 <     * <tt>op(thisElement, otherElement)</tt>.
101 >     * {@code op(thisElement, otherElement)}.
102       * @param other the other array
103       * @param combiner the combiner
104       * @return this (to simplify use in expressions)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines