public class AtomicBitwiseLong extends AtomicLong
| Constructor and Description |
|---|
AtomicBitwiseLong() |
AtomicBitwiseLong(long initialValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAndBitwiseAnd(long mask) |
long |
getAndBitwiseOr(long mask) |
long |
getAndBitwiseReset(long mask) |
long |
getAndBitwiseXor(long mask) |
addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, incrementAndGet, intValue, lazySet, longValue, set, toString, weakCompareAndSetbyteValue, shortValueCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.