Class ValueHandle<V>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<V>
com.thecsdev.common.properties.ValueHandle<V>
- All Implemented Interfaces:
Serializable
AtomicReference implementation that holds an ObjectProperty's
value reference.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Constructor Details
-
ValueHandle
public ValueHandle() -
ValueHandle
-