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

Comparing jsr166/src/jsr166e/LongAdder.java (file contents):
Revision 1.9 by jsr166, Sun Nov 18 03:07:22 2012 UTC vs.
Revision 1.10 by jsr166, Sun Nov 18 18:03:10 2012 UTC

# Line 19 | Line 19 | import java.io.ObjectOutputStream;
19   * #longValue}) returns the current total combined across the
20   * variables maintaining the sum.
21   *
22 < * <p> This class is usually preferable to {@link AtomicLong} when
22 > * <p>This class is usually preferable to {@link AtomicLong} when
23   * multiple threads update a common sum that is used for purposes such
24   * as collecting statistics, not for fine-grained synchronization
25   * control.  Under low update contention, the two classes have similar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines