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.7 by jsr166, Wed Jan 16 00:51:11 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines