A C D F I L R S T

A

add(long) - Method in class com.twitter.jsr166e.LongAdder
Adds the given value.

C

com.twitter.jsr166e - package com.twitter.jsr166e
 

D

decrement() - Method in class com.twitter.jsr166e.LongAdder
Equivalent to add(-1).
doubleValue() - Method in class com.twitter.jsr166e.LongAdder
Returns the sum() as a double after a widening primitive conversion.

F

floatValue() - Method in class com.twitter.jsr166e.LongAdder
Returns the sum() as a float after a widening primitive conversion.

I

increment() - Method in class com.twitter.jsr166e.LongAdder
Equivalent to add(1).
intValue() - Method in class com.twitter.jsr166e.LongAdder
Returns the sum() as an int after a narrowing primitive conversion.

L

LongAdder - Class in com.twitter.jsr166e
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class com.twitter.jsr166e.LongAdder
Creates a new adder with initial sum of zero.
longValue() - Method in class com.twitter.jsr166e.LongAdder
Equivalent to sum().

R

reset() - Method in class com.twitter.jsr166e.LongAdder
Resets variables maintaining the sum to zero.

S

sum() - Method in class com.twitter.jsr166e.LongAdder
Returns the current sum.
sumThenReset() - Method in class com.twitter.jsr166e.LongAdder
Equivalent in effect to sum() followed by reset().

T

toString() - Method in class com.twitter.jsr166e.LongAdder
Returns the String representation of the sum().

A C D F I L R S T

Copyright © 2013. All Rights Reserved.