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

Comparing jsr166/src/extra166y/ParallelLongArray.java (file contents):
Revision 1.6 by jsr166, Wed Jul 4 20:13:53 2012 UTC vs.
Revision 1.7 by jsr166, Sun Nov 25 21:44:38 2012 UTC

# Line 46 | Line 46 | import java.lang.reflect.Array;
46   *     public long op(int i) { return i + 2; } };
47   *   static LongPredicate notDivisibleBy(final long p) {
48   *     return new LongPredicate() {
49 < *        public boolean op(long n) { return n &lt;= p || (n % p) != 0; }
49 > *       public boolean op(long n) { return n &lt;= p || (n % p) != 0; }
50   *     }; }
51   *   static LongPredicate notProbablePrime = new LongPredicate() {
52   *     private static final int CERTAINTY = 8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines