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.15 by jsr166, Fri Feb 15 22:34:44 2013 UTC vs.
Revision 1.16 by jsr166, Tue Jun 18 19:18:28 2013 UTC

# Line 132 | Line 132 | public abstract class AbstractParallelAn
132       */
133      Object[] ogetArray() { return null; }
134      double[] dgetArray() { return null; }
135 <    long[]  lgetArray() { return null; }
135 >    long[]   lgetArray() { return null; }
136      abstract Object oget(int index);
137      abstract double dget(int index);
138      abstract long lget(int index);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines