Package org.jboss.stm.types
Interface AtomicLong
public interface AtomicLong
-
Method Summary
Modifier and TypeMethodDescriptionadd
(AtomicLong obj) long
get()
void
set
(long val) subtract
(AtomicLong obj)
-
Method Details
-
set
void set(long val) -
get
long get() -
increment
AtomicLong increment() -
decrement
AtomicLong decrement() -
add
-
subtract
-