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

Comparing jsr166/src/extra166y/AbstractParallelAnyArray.java (file contents):
Revision 1.13 by jsr166, Mon Jan 28 17:47:08 2013 UTC vs.
Revision 1.14 by jsr166, Tue Feb 5 17:37:52 2013 UTC

# Line 275 | Line 275 | public abstract class AbstractParallelAn
275      /**
276       * Shared support for select/map all -- probe filter, map, and
277       * type to start selection driver, or do parallel mapping, or
278 <     * just copy,
278 >     * just copy.
279       */
280      final Object[] allObjects(Class elementType) {
281          if (hasFilter()) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines