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

Comparing jsr166/src/extra166y/ParallelArrayWithFilter.java (file contents):
Revision 1.5 by jsr166, Sun Dec 30 02:05:53 2012 UTC vs.
Revision 1.7 by jsr166, Sun Jan 18 20:17:32 2015 UTC

# Line 5 | Line 5
5   */
6  
7   package extra166y;
8 +
9   import jsr166y.*;
10   import static extra166y.Ops.*;
11   import java.util.*;
# Line 87 | Line 88 | public abstract class ParallelArrayWithF
88  
89      /**
90       * Replaces elements with results of applying
91 <     * <tt>op(thisElement, otherElement)</tt>.
91 >     * {@code op(thisElement, otherElement)}.
92       * @param other the other array
93       * @param combiner the combiner
94       * @return this (to simplify use in expressions)
# Line 103 | Line 104 | public abstract class ParallelArrayWithF
104  
105      /**
106       * Replaces elements with results of applying
107 <     * <tt>op(thisElement, otherElement)</tt>.
107 >     * {@code op(thisElement, otherElement)}.
108       * @param other the other array
109       * @param combiner the combiner
110       * @return this (to simplify use in expressions)
# Line 119 | Line 120 | public abstract class ParallelArrayWithF
120      /**
121       * Returns a new ParallelArray containing only non-null unique
122       * elements (that is, without any duplicates). This method
123 <     * uses each element's <tt>equals</tt> method to test for
123 >     * uses each element's {@code equals} method to test for
124       * duplication.
125       * @return the new ParallelArray
126       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines