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, weakCompareAndSet
byteValue, shortValue
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.