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

Comparing jsr166/src/jsr166e/extra/AtomicDoubleArray.java (file contents):
Revision 1.6 by jsr166, Wed Jan 9 02:51:37 2013 UTC vs.
Revision 1.7 by jsr166, Mon Feb 11 06:29:57 2013 UTC

# Line 24 | Line 24 | import static java.lang.Double.longBitsT
24   *   long xBits = Double.doubleToRawLongBits(x);
25   *   long yBits = Double.doubleToRawLongBits(y);
26   *   return xBits == yBits;
27 < * }}</pre>
27 > * }}</pre></a>
28   *
29   * @author Doug Lea
30   * @author Martin Buchholz

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines