Method | Description | |
---|---|---|
AddAndGet ( long addval ) : long | ||
AtomicLong ( ) : System | ||
AtomicLong ( long val ) : System | ||
CompareAndSet ( long expect, long update ) : bool | ||
DecrementAndGet ( ) : long | ||
Get ( ) : long | ||
IncrementAndGet ( ) : long |
public CompareAndSet ( long expect, long update ) : bool | ||
expect | long | |
update | long | |
return | bool |