Public Member Functions | |
AtomicLong () | |
AtomicLong (long initialValue) | |
long | compareAndSwap (long expected, long newValue) |
long | getValue () |
long | add (long value) |
long | subtract (long value) |
long | increment () |
long | decrement () |
fm.liveswitch.AtomicLong.AtomicLong | ( | ) |
fm.liveswitch.AtomicLong.AtomicLong | ( | long | initialValue | ) |
long fm.liveswitch.AtomicLong.add | ( | long | value | ) |
long fm.liveswitch.AtomicLong.compareAndSwap | ( | long | expected, |
long | newValue | ||
) |
long fm.liveswitch.AtomicLong.decrement | ( | ) |
long fm.liveswitch.AtomicLong.getValue | ( | ) |
long fm.liveswitch.AtomicLong.increment | ( | ) |
long fm.liveswitch.AtomicLong.subtract | ( | long | value | ) |