AtomicReferenceT Type Conversions |
Name | Description | |
---|---|---|
![]() ![]() | (T to AtomicReferenceT) |
Implicit conversion operator = allows us to cast any type directly into a AtomicReferenceT instance.
|
![]() ![]() | (AtomicReferenceT to T) |
Implicit conversion operator = automatically casts the AtomicReferenceT to an instance of |